Home
last modified time | relevance | path

Searched refs:spa_feature_is_enabled (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfeature.c278 if (!spa_feature_is_enabled(spa, feature->fi_feature)) { in feature_get_enabled_txg()
356 if (spa_feature_is_enabled(spa, SPA_FEATURE_ENABLED_TXG)) { in feature_enable_sync()
453 spa_feature_is_enabled(spa_t *spa, spa_feature_t fid) in spa_feature_is_enabled() function
H A Ddsl_bookmark.c153 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_BOOKMARKS)) in dsl_bookmark_create_check()
186 ASSERT(spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_BOOKMARKS)); in dsl_bookmark_create_sync()
362 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_BOOKMARKS)) in dsl_bookmark_destroy_check()
H A Dspace_map.c418 if ((spa_feature_is_enabled(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM) && in space_map_truncate()
469 if (spa_feature_is_enabled(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM)) { in space_map_alloc()
493 if (spa_feature_is_enabled(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM)) { in space_map_free()
H A Ddmu_send.c1258 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_EXTENSIBLE_DATASET)) in dmu_recv_begin_check()
1268 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_EMBEDDED_DATA)) in dmu_recv_begin_check()
1271 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_LZ4_COMPRESS)) in dmu_recv_begin_check()
1280 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_LARGE_BLOCKS)) in dmu_recv_begin_check()
1485 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_EMBEDDED_DATA)) in dmu_recv_resume_begin_check()
1488 !spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_LZ4_COMPRESS)) in dmu_recv_resume_begin_check()
H A Ddsl_destroy.c782 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_ASYNC_DESTROY)) { in dsl_destroy_head_sync_impl()
920 isenabled = spa_feature_is_enabled(spa, SPA_FEATURE_ASYNC_DESTROY); in dsl_destroy_head()
H A Dbpobj.c42 if (spa_feature_is_enabled(spa, SPA_FEATURE_EMPTY_BPOBJ)) { in bpobj_alloc_empty()
H A Dspa_misc.c2021 if (spa_feature_is_enabled(spa, SPA_FEATURE_LARGE_BLOCKS)) in spa_maxblocksize()
H A Ddsl_dir.c613 if (!spa_feature_is_enabled(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)) { in dsl_dir_actv_fs_ss_limit_check()
H A Dzvol.c1930 if (!spa_feature_is_enabled(spa, in zvol_dump_init()
H A Dmetaslab.c1373 boolean_t feature_enabled = spa_feature_is_enabled(spa, in metaslab_fragmentation()
H A Dzfs_ioctl.c3857 if (!spa_feature_is_enabled(spa, in zfs_check_settable()
3916 if (!spa_feature_is_enabled(spa, in zfs_check_settable()
H A Dspa.c273 if (spa_feature_is_enabled(spa, SPA_FEATURE_LARGE_BLOCKS)) { in spa_prop_get_config()
6214 boolean_t lz4_en = spa_feature_is_enabled(spa, in spa_sync_upgrades()
H A Dzio.c1176 spa_feature_is_enabled(spa, SPA_FEATURE_EMBEDDED_DATA)) { in zio_write_bp_init()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzfeature.h50 extern boolean_t spa_feature_is_enabled(struct spa *, spa_feature_t);