Home
last modified time | relevance | path

Searched refs:SPA_FEATURE_NONE (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/common/zfs/
H A Dzfeature_common.c124 for (int i = 0; feature->fi_depends[i] != SPA_FEATURE_NONE; i++) { in zfeature_depends_on()
136 static spa_feature_t nodeps[] = { SPA_FEATURE_NONE }; in zfeature_register()
190 SPA_FEATURE_NONE }; in zpool_feature_init()
204 SPA_FEATURE_NONE in zpool_feature_init()
213 SPA_FEATURE_NONE in zpool_feature_init()
228 SPA_FEATURE_NONE in zpool_feature_init()
H A Dzfeature_common.h42 SPA_FEATURE_NONE = -1, enumerator
/titanic_44/usr/src/cmd/zhack/
H A Dzhack.c308 spa_feature_t nodeps[] = { SPA_FEATURE_NONE }; in zhack_do_feature_enable()
318 feature.fi_feature = SPA_FEATURE_NONE; in zhack_do_feature_enable()
404 spa_feature_t nodeps[] = { SPA_FEATURE_NONE }; in zhack_do_feature_ref()
416 feature.fi_feature = SPA_FEATURE_NONE; in zhack_do_feature_ref()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzfeature.h38 #define VALID_FEATURE_OR_NONE(fid) ((fid) == SPA_FEATURE_NONE || \
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfeature.c312 if (feature->fi_feature != SPA_FEATURE_NONE) { in feature_sync()
347 for (int i = 0; feature->fi_depends[i] != SPA_FEATURE_NONE; i++) in feature_enable_sync()