Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_removal.c1413 uint64_t last_txg = 0; in spa_vdev_remove_thread() local
1541 if (txg != last_txg) in spa_vdev_remove_thread()
1543 last_txg = txg; in spa_vdev_remove_thread()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c5129 uint64_t txg, last_txg; in ztest_zap() local
5183 last_txg = 0; in ztest_zap()
5194 zl_ints, &last_txg) == 0); in ztest_zap()
5206 ASSERT3U(value[i], ==, last_txg + object + i); in ztest_zap()
5225 if (last_txg > txg) in ztest_zap()
5226 fatal(0, "zap future leak: old %llu new %llu", last_txg, txg); in ztest_zap()