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 D | zfeature.h | 50 extern boolean_t spa_feature_is_enabled(struct spa *, spa_feature_t);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfeature.c | 136 * 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 D | dsl_bookmark.c | 153 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 D | space_map.c | 417 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 D | dsl_destroy.c | 787 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 D | bpobj.c | 43 if (spa_feature_is_enabled(spa, SPA_FEATURE_EMPTY_BPOBJ)) {
|
H A D | dmu_send.c | 1361 !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 D | metaslab.c | 1542 boolean_t feature_enabled = spa_feature_is_enabled(spa, 1866 spa_feature_is_enabled(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM) &&
|
H A D | spa_misc.c | 2044 if (spa_feature_is_enabled(spa, SPA_FEATURE_LARGE_BLOCKS))
|
H A D | zfs_ioctl.c | 3810 if (!spa_feature_is_enabled(spa, 3854 if (!spa_feature_is_enabled(spa, 3909 if (!spa_feature_is_enabled(spa, feature)) {
|
H A D | dsl_dir.c | 598 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)) {
|
H A D | zvol.c | 1921 if (!spa_feature_is_enabled(spa,
|
H A D | spa.c | 278 if (spa_feature_is_enabled(spa, SPA_FEATURE_LARGE_BLOCKS)) { 6465 boolean_t lz4_en = spa_feature_is_enabled(spa,
|
H A D | zio.c | 1267 spa_feature_is_enabled(spa, SPA_FEATURE_EMBEDDED_DATA)) {
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 3084 !spa_feature_is_enabled(spa, f)) {
|
Completed in 150 milliseconds