Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1801 uint64_t gen, txg, lrtxg, crtxg; in ztest_replay_write() local
1840 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write()
1888 MAX(gen, bt->bt_gen), MAX(txg, lrtxg), in ztest_replay_write()
1969 uint64_t txg, lrtxg, crtxg, dnodesize; in ztest_replay_setattr() local
1991 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr()
1997 ASSERT(lrtxg != 0); in ztest_replay_setattr()
2005 ASSERT(lrtxg == 0); in ztest_replay_setattr()
2012 MAX(txg, lrtxg), crtxg); in ztest_replay_setattr()