Searched refs:lrtxg (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/ztest/ |
H A D | ztest.c | 1559 uint64_t gen, txg, lrtxg, crtxg; in ztest_replay_write() local 1598 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write() 1646 MAX(gen, bt->bt_gen), MAX(txg, lrtxg), in ztest_replay_write() 1722 uint64_t txg, lrtxg, crtxg; in ztest_replay_setattr() local 1744 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr() 1749 ASSERT(lrtxg != 0); in ztest_replay_setattr() 1757 ASSERT(lrtxg == 0); in ztest_replay_setattr() 1764 MAX(txg, lrtxg), crtxg); in ztest_replay_setattr()
|