Home
last modified time | relevance | path

Searched refs:SPA_FEATURE_POOL_CHECKPOINT (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspa_checkpoint.c166 if (!spa_feature_is_active(spa, SPA_FEATURE_POOL_CHECKPOINT)) in spa_checkpoint_get_stats()
193 spa_feature_decr(spa, SPA_FEATURE_POOL_CHECKPOINT, tx); in spa_checkpoint_discard_complete_sync()
368 ASSERT(spa_feature_is_active(spa, SPA_FEATURE_POOL_CHECKPOINT)); in spa_checkpoint_discard_is_done()
385 if (!spa_feature_is_active(spa, SPA_FEATURE_POOL_CHECKPOINT)) in spa_checkpoint_discard_thread_check()
455 if (!spa_feature_is_enabled(spa, SPA_FEATURE_POOL_CHECKPOINT)) in spa_checkpoint_check()
467 if (spa_feature_is_active(spa, SPA_FEATURE_POOL_CHECKPOINT)) in spa_checkpoint_check()
522 spa_feature_incr(spa, SPA_FEATURE_POOL_CHECKPOINT, tx); in spa_checkpoint_sync()
576 if (!spa_feature_is_active(spa, SPA_FEATURE_POOL_CHECKPOINT)) in spa_checkpoint_discard_check()
Dvdev_removal.c2041 if (spa_feature_is_active(spa, SPA_FEATURE_POOL_CHECKPOINT)) { in spa_vdev_remove()
Dspa.c865 if (spa_feature_is_active(spa, SPA_FEATURE_POOL_CHECKPOINT)) { in spa_change_guid_check()
6448 if (spa_feature_is_active(spa, SPA_FEATURE_POOL_CHECKPOINT)) {
6676 if (spa_feature_is_active(spa, SPA_FEATURE_POOL_CHECKPOINT)) {
7001 if (spa_feature_is_active(spa, SPA_FEATURE_POOL_CHECKPOINT)) {
Ddsl_scan.c836 !spa_feature_is_active(spa, SPA_FEATURE_POOL_CHECKPOINT)) { in dsl_scan_done()
Dvdev.c1388 SPA_FEATURE_POOL_CHECKPOINT)); in vdev_metaslab_fini()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/zfs/
Dzfeature_common.h64 SPA_FEATURE_POOL_CHECKPOINT, enumerator
Dzfeature_common.c228 zfeature_register(SPA_FEATURE_POOL_CHECKPOINT, in zpool_feature_init()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/
Dzdb.c4666 if (!spa_feature_is_active(spa, SPA_FEATURE_POOL_CHECKPOINT)) in verify_checkpoint()