Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/zdb/
H A Dzdb_il.c288 ASSERT(lr->lrc_txg); in print_log_record()
294 (u_longlong_t)lr->lrc_txg, in print_log_record()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h187 uint64_t lrc_txg; /* dmu transaction group number */ member
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzil.c1041 uint64_t txg = lrc->lrc_txg; in zil_lwb_commit()
1321 itx->itx_lr.lrc_txg = dmu_tx_get_txg(tx); in zil_itx_assign()
1487 txg = itx->itx_lr.lrc_txg; in zil_commit_writer()
1992 if (lr->lrc_txg < claim_txg) /* already committed */ in zil_replay_log_record()
H A Dzvol.c1028 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zvol_get_data()
H A Dzfs_vnops.c1168 error = dmu_sync(zio, lr->lr_common.lrc_txg, in zfs_get_data()
/titanic_44/usr/src/cmd/ztest/
H A Dztest.c1598 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write()
1744 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr()
1840 uint64_t txg = lr->lr_common.lrc_txg; in ztest_get_data()
1905 error = dmu_sync(zio, lr->lr_common.lrc_txg, in ztest_get_data()