Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
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()
Dspa_misc.c863 spa->spa_feat_refcount_cache[i] = SPA_FEATURE_DISABLED; in spa_add()
Dspa.c3476 spa->spa_feat_refcount_cache[i] = refcount;
3478 spa->spa_feat_refcount_cache[i] =
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dspa_impl.h370 uint64_t spa_feat_refcount_cache[SPA_FEATURES]; member