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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfeature.h50 extern boolean_t spa_feature_is_enabled(struct spa *, spa_feature_t);
/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
H A Ddsl_bookmark.c153 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_BOOKMARKS))
186 ASSERT(spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_BOOKMARKS));
359 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_BOOKMARKS))
H A Dspace_map.c417 if ((spa_feature_is_enabled(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM) &&
468 if (spa_feature_is_enabled(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM)) {
492 if (spa_feature_is_enabled(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM)) {
H A Ddsl_destroy.c787 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ASYNC_DESTROY)) {
927 isenabled = spa_feature_is_enabled(spa, SPA_FEATURE_ASYNC_DESTROY);
H A Dbpobj.c43 if (spa_feature_is_enabled(spa, SPA_FEATURE_EMPTY_BPOBJ)) {
H A Ddmu_send.c1361 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_EXTENSIBLE_DATASET))
1371 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_EMBEDDED_DATA))
1374 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_LZ4_COMPRESS))
1383 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_LARGE_BLOCKS))
1610 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_EMBEDDED_DATA))
1613 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_LZ4_COMPRESS))
H A Dmetaslab.c1542 boolean_t feature_enabled = spa_feature_is_enabled(spa,
1866 spa_feature_is_enabled(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM) &&
H A Dspa_misc.c2044 if (spa_feature_is_enabled(spa, SPA_FEATURE_LARGE_BLOCKS))
H A Dzfs_ioctl.c3810 if (!spa_feature_is_enabled(spa,
3854 if (!spa_feature_is_enabled(spa,
3909 if (!spa_feature_is_enabled(spa, feature)) {
H A Ddsl_dir.c598 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)) {
H A Dzvol.c1921 if (!spa_feature_is_enabled(spa,
H A Dspa.c278 if (spa_feature_is_enabled(spa, SPA_FEATURE_LARGE_BLOCKS)) {
6465 boolean_t lz4_en = spa_feature_is_enabled(spa,
H A Dzio.c1267 spa_feature_is_enabled(spa, SPA_FEATURE_EMBEDDED_DATA)) {
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3084 !spa_feature_is_enabled(spa, f)) {

Completed in 583 milliseconds