Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c1997 uint64_t gen, txg, lrtxg, crtxg; in ztest_replay_write() local
2036 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_write()
2084 MAX(gen, bt->bt_gen), MAX(txg, lrtxg), in ztest_replay_write()
2165 uint64_t txg, lrtxg, crtxg, dnodesize; in ztest_replay_setattr() local
2187 lrtxg = lr->lr_common.lrc_txg; in ztest_replay_setattr()
2193 ASSERT(lrtxg != 0); in ztest_replay_setattr()
2201 ASSERT(lrtxg == 0); in ztest_replay_setattr()
2208 MAX(txg, lrtxg), crtxg); in ztest_replay_setattr()