Searched refs:spa_checkpoint_txg (Results 1 – 5 of 5) sorted by relevance
464 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()
2482 return (spa->spa_checkpoint_txg != 0); in spa_has_checkpoint()
4498 if (bp->blk_birth <= spa->spa_checkpoint_txg && in metaslab_free()4499 spa_syncing_txg(spa) > spa->spa_checkpoint_txg) { in metaslab_free()
3918 ASSERT0(spa->spa_checkpoint_txg);3934 spa->spa_checkpoint_txg = checkpoint.ub_txg;
301 uint64_t spa_checkpoint_txg; /* the txg of the checkpoint */ member