Home
last modified time | relevance | path

Searched refs:SPA_FEATURE_EMPTY_BPOBJ (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbpobj.c44 if (spa_feature_is_enabled(spa, SPA_FEATURE_EMPTY_BPOBJ)) { in bpobj_alloc_empty()
45 if (!spa_feature_is_active(spa, SPA_FEATURE_EMPTY_BPOBJ)) { in bpobj_alloc_empty()
54 spa_feature_incr(spa, SPA_FEATURE_EMPTY_BPOBJ, tx); in bpobj_alloc_empty()
67 spa_feature_decr(dmu_objset_spa(os), SPA_FEATURE_EMPTY_BPOBJ, tx); in bpobj_decr_empty()
69 SPA_FEATURE_EMPTY_BPOBJ)) { in bpobj_decr_empty()
H A Ddsl_pool.c333 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_EMPTY_BPOBJ)) { in dsl_pool_open()
/illumos-gate/usr/src/common/zfs/
H A Dzfeature_common.h46 SPA_FEATURE_EMPTY_BPOBJ, enumerator
H A Dzfeature_common.c180 zfeature_register(SPA_FEATURE_EMPTY_BPOBJ, in zpool_feature_init()