Searched defs:spa_feature_is_enabled (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfeature.c136 * use the spa_feature_is_enabled() and spa_feature_is_active() functions to
144 * should only check if a feature is enabled using spa_feature_is_enabled(),
152 * enabled. Instead, when a dataset is destroyed spa_feature_is_enabled() is
222 * use spa_feature_is_enabled() and spa_feature_is_active() instead.
239 * use spa_feature_is_enabled() and spa_feature_is_active() instead.
279 if (!spa_feature_is_enabled(spa, feature->fi_feature)) {
357 if (spa_feature_is_enabled(spa, SPA_FEATURE_ENABLED_TXG)) {
454 spa_feature_is_enabled(spa_t *spa, spa_feature_t fid) function

Completed in 59 milliseconds