Home
last modified time | relevance | path

Searched refs:lrc_txg (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_zil.h107 __field(uint64_t, lrc_txg) \
119 __entry->lrc_txg = itx->itx_lr.lrc_txg; \
129 __entry->lrc_txtype, __entry->lrc_reclen, __entry->lrc_txg, \
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c321 ASSERT(lr->lrc_txg); in print_log_record()
327 (u_longlong_t)lr->lrc_txg, in print_log_record()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzil.h212 uint64_t lrc_txg; /* dmu transaction group number */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzil.c1659 txg = lrc->lrc_txg; in zil_lwb_commit()
1996 itx->itx_lr.lrc_txg = dmu_tx_get_txg(tx); in zil_itx_assign()
2269 uint64_t txg = lrc->lrc_txg; in zil_process_commit_list()
3512 if (lr->lrc_txg < claim_txg) /* already committed */ in zil_replay_log_record()
H A Dzfs_vnops.c833 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data()
H A Dzvol.c714 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c2036 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write()
2187 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr()
2283 uint64_t txg = lr->lr_common.lrc_txg; in ztest_get_data()
2348 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()