Home
last modified time | relevance | path

Searched refs:lr_common (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dzil.h227 lr_t lr_common; /* common portion of log record */ member
258 lr_t lr_common; /* common portion of log record */ member
305 lr_t lr_common; /* common portion of log record */ member
311 lr_t lr_common; /* common portion of log record */ member
318 lr_t lr_common; /* common portion of log record */ member
338 lr_t lr_common; /* common portion of log record */ member
348 lr_t lr_common; /* common portion of log record */ member
355 lr_t lr_common; /* common portion of log record */ member
368 lr_t lr_common; /* common portion of log record */ member
375 lr_t lr_common; /* common portion of log record */ member
[all …]
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzfs_replay.c314 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl()
360 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl()
475 ASSERT3U(lr->lr_common.lrc_reclen, >, sizeof (*lr)); in zfs_replay_create()
477 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create()
511 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create()
620 ASSERT3U(lr->lr_common.lrc_reclen, >, sizeof (*lr)); in zfs_replay_remove()
628 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove()
631 switch ((int)lr->lr_common.lrc_txtype) { in zfs_replay_remove()
657 ASSERT3U(lr->lr_common.lrc_reclen, >, sizeof (*lr)); in zfs_replay_link()
670 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link()
[all …]
H A Dzvol.c420 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lr)); in zvol_replay_truncate()
458 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lr)); in zvol_replay_write()
467 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zvol_replay_write()
692 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
H A Dzfs_vnops.c951 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data()
965 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
/freebsd-14.2/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c74 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR || in zil_prt_rec_create()
75 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) { in zil_prt_rec_create()
174 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zil_prt_rec_write()
238 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zil_prt_rec_write_enc()
/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c1872 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_create()
1889 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_remove()
1922 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_write()
1937 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_truncate()
1953 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_setattr()
2130 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in ztest_replay_write()
2155 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write()
2307 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr()
2407 uint64_t txg = lr->lr_common.lrc_txg; in ztest_get_data()
2471 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()