Searched refs:lr_common (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zil.h | 227 lr_t lr_common; /* common portion of log record */ member 259 lr_t lr_common; /* common portion of log record */ member 312 lr_t lr_common; /* common portion of log record */ member 319 lr_t lr_common; /* common portion of log record */ member 327 lr_t lr_common; /* common portion of log record */ member 353 lr_t lr_common; /* common portion of log record */ member 364 lr_t lr_common; /* common portion of log record */ member 371 lr_t lr_common; /* common portion of log record */ member 385 lr_t lr_common; /* common portion of log record */ member 393 lr_t lr_common; /* common portion of log record */ member [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_replay.c | 312 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lracl)); in zfs_replay_create_acl() 314 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl() 361 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl() 474 ASSERT3U(lr->lr_common.lrc_reclen, >, sizeof (*lr)); in zfs_replay_create() 476 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create() 510 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create() 619 ASSERT3U(lr->lr_common.lrc_reclen, >, sizeof (*lr)); in zfs_replay_remove() 627 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove() 630 switch ((int)lr->lr_common.lrc_txtype) { in zfs_replay_remove() 656 ASSERT3U(lr->lr_common.lrc_reclen, >, sizeof (*lr)); in zfs_replay_link() [all …]
|
H A D | zvol.c | 451 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lr)); in zvol_replay_truncate() 489 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lr)); in zvol_replay_write() 498 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zvol_replay_write() 536 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lr)); in zvol_replay_clone_range() 537 ASSERT3U(lr->lr_common.lrc_reclen, >=, offsetof(lr_clone_range_t, in zvol_replay_clone_range() 1001 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
|
H A D | zfs_vnops.c | 1199 dbuf_find_dirty_eq(db, lr->lr_common.lrc_txg); in zfs_get_data() 1226 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data() 1240 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb_il.c | 75 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR || in zil_prt_rec_create() 76 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) { in zil_prt_rec_create() 176 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zil_prt_rec_write() 240 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zil_prt_rec_write_enc()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 1953 memcpy(&itx->itx_lr + 1, &lr->lr_create.lr_common + 1, in ztest_log_create() 1970 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_remove() 2003 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_write() 2018 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_truncate() 2034 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_setattr() 2212 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in ztest_replay_write() 2237 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write() 2396 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr() 2496 uint64_t txg = lr->lr_common.lrc_txg; in ztest_get_data() 2560 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()
|