Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil.h227 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 Dzfs_replay.c312 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 Dzvol.c451 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 Dzfs_vnops.c1199 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 Dzdb_il.c75 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 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()
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()