Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfeature.c237 if (spa->spa_feat_refcount_cache[feature->fi_feature] == in feature_get_refcount()
241 *res = spa->spa_feat_refcount_cache[feature->fi_feature]; in feature_get_refcount()
322 &spa->spa_feat_refcount_cache[feature->fi_feature]; in feature_sync()
H A Dspa_misc.c827 spa->spa_feat_refcount_cache[i] = SPA_FEATURE_DISABLED; in spa_add()
H A Dspa.c4554 spa->spa_feat_refcount_cache[i] = refcount;
4556 spa->spa_feat_refcount_cache[i] =
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h432 uint64_t spa_feat_refcount_cache[SPA_FEATURES]; member