Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_checkpoint.c464 if (spa->spa_checkpoint_txg != 0) in spa_checkpoint_check()
507 spa->spa_checkpoint_txg = checkpoint.ub_txg; in spa_checkpoint_sync()
579 if (spa->spa_checkpoint_txg == 0) in spa_checkpoint_discard_check()
597 spa->spa_checkpoint_txg = 0; in spa_checkpoint_discard_sync()
H A Dspa_misc.c2563 return (spa->spa_checkpoint_txg != 0); in spa_has_checkpoint()
H A Dmetaslab.c5766 if (bp->blk_birth <= spa->spa_checkpoint_txg && in metaslab_free()
5767 spa_syncing_txg(spa) > spa->spa_checkpoint_txg) { in metaslab_free()
H A Dspa.c3898 ASSERT0(spa->spa_checkpoint_txg);
3914 spa->spa_checkpoint_txg = checkpoint.ub_txg;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h308 uint64_t spa_checkpoint_txg; /* the txg of the checkpoint */ member