Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c3438 spa->spa_feat_refcount_cache[i] = refcount;
3440 spa->spa_feat_refcount_cache[i] =
H A Dspa_misc.c766 spa->spa_feat_refcount_cache[i] = SPA_FEATURE_DISABLED; in spa_add()
H A Dzfeature.c229 if (spa->spa_feat_refcount_cache[feature->fi_feature] == in feature_get_refcount()
233 *res = spa->spa_feat_refcount_cache[feature->fi_feature]; in feature_get_refcount()
315 &spa->spa_feat_refcount_cache[feature->fi_feature]; in feature_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h380 uint64_t spa_feat_refcount_cache[SPA_FEATURES]; member