Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/include/sys/
H A Dzil.h228 lr_t lr_common; /* common portion of log record */ member
260 lr_t lr_common; /* common portion of log record */ member
313 lr_t lr_common; /* common portion of log record */ member
320 lr_t lr_common; /* common portion of log record */ member
328 lr_t lr_common; /* common portion of log record */ member
354 lr_t lr_common; /* common portion of log record */ member
365 lr_t lr_common; /* common portion of log record */ member
372 lr_t lr_common; /* common portion of log record */ member
386 lr_t lr_common; /* common portion of log record */ member
394 lr_t lr_common; /* common portion of log record */ member
[all …]
/src/sys/contrib/openzfs/module/zfs/
H A Dzfs_replay.c313 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lracl)); in zfs_replay_create_acl()
315 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl()
362 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()
[all …]
H A Dzvol.c489 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lr)); in zvol_replay_truncate()
527 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lr)); in zvol_replay_write()
536 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zvol_replay_write()
575 ASSERT3U(lr->lr_common.lrc_reclen, >=, sizeof (*lr)); in zvol_replay_clone_range()
576 ASSERT3U(lr->lr_common.lrc_reclen, >=, offsetof(lr_clone_range_t, in zvol_replay_clone_range()
1028 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
H A Dzfs_vnops.c1475 dbuf_find_dirty_eq(db, lr->lr_common.lrc_txg); in zfs_get_data()
1502 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data()
1516 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()
/src/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()
175 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zil_prt_rec_write()
239 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in zil_prt_rec_write_enc()
/src/sys/contrib/openzfs/cmd/
H A Dztest.c1953 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()
2004 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_write()
2019 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_truncate()
2035 memcpy(&itx->itx_lr + 1, &lr->lr_common + 1, in ztest_log_setattr()
2213 if (lr->lr_common.lrc_reclen == sizeof (lr_write_t)) { in ztest_replay_write()
2238 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write()
2398 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr()
2498 uint64_t txg = lr->lr_common.lrc_txg; in ztest_get_data()
2561 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()