Searched refs:spa_checkpoint_txg (Results 1 – 5 of 5) sorted by relevance
467 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()
2723 return (spa->spa_checkpoint_txg != 0); in spa_has_checkpoint()
5863 if (bp->blk_birth <= spa->spa_checkpoint_txg && in metaslab_free()5864 spa_syncing_txg(spa) > spa->spa_checkpoint_txg) { in metaslab_free()
4394 ASSERT0(spa->spa_checkpoint_txg);4410 spa->spa_checkpoint_txg = checkpoint.ub_txg;
314 uint64_t spa_checkpoint_txg; /* the txg of the checkpoint */ member