Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/zfs/
H A Dzfeature_common.h44 SPA_FEATURE_EMPTY_BPOBJ, enumerator
H A Dzfeature_common.c164 zfeature_register(SPA_FEATURE_EMPTY_BPOBJ, in zpool_feature_init()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dbpobj.c42 if (spa_feature_is_enabled(spa, SPA_FEATURE_EMPTY_BPOBJ)) { in bpobj_alloc_empty()
43 if (!spa_feature_is_active(spa, SPA_FEATURE_EMPTY_BPOBJ)) { in bpobj_alloc_empty()
52 spa_feature_incr(spa, SPA_FEATURE_EMPTY_BPOBJ, tx); in bpobj_alloc_empty()
65 spa_feature_decr(dmu_objset_spa(os), SPA_FEATURE_EMPTY_BPOBJ, tx); in bpobj_decr_empty()
67 SPA_FEATURE_EMPTY_BPOBJ)) { in bpobj_decr_empty()
H A Ddsl_pool.c263 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_EMPTY_BPOBJ)) { in dsl_pool_open()