Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c319 ASSERT(lr->lrc_txg); in print_log_record()
325 (u_longlong_t)lr->lrc_txg, in print_log_record()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h213 uint64_t lrc_txg; /* dmu transaction group number */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1556 txg = lrc->lrc_txg; in zil_lwb_commit()
1858 itx->itx_lr.lrc_txg = dmu_tx_get_txg(tx); in zil_itx_assign()
2129 uint64_t txg = lrc->lrc_txg; in zil_process_commit_list()
3312 if (lr->lrc_txg < claim_txg) /* already committed */ in zil_replay_log_record()
H A Dzvol.c1037 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
H A Dzfs_vnops.c1311 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1840 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write()
1991 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr()
2088 uint64_t txg = lr->lr_common.lrc_txg; in ztest_get_data()
2153 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()