Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_checkpoint.c467 if (spa->spa_checkpoint_txg != 0) in spa_checkpoint_check()
510 spa->spa_checkpoint_txg = checkpoint.ub_txg; in spa_checkpoint_sync()
582 if (spa->spa_checkpoint_txg == 0) in spa_checkpoint_discard_check()
600 spa->spa_checkpoint_txg = 0; in spa_checkpoint_discard_sync()
H A Dspa_misc.c2723 return (spa->spa_checkpoint_txg != 0); in spa_has_checkpoint()
H A Dmetaslab.c5863 if (bp->blk_birth <= spa->spa_checkpoint_txg && in metaslab_free()
5864 spa_syncing_txg(spa) > spa->spa_checkpoint_txg) { in metaslab_free()
H A Dspa.c4394 ASSERT0(spa->spa_checkpoint_txg);
4410 spa->spa_checkpoint_txg = checkpoint.ub_txg;
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h314 uint64_t spa_checkpoint_txg; /* the txg of the checkpoint */ member