Home
last modified time | relevance | path

Searched refs:spa_feature_is_active (Results 1 – 20 of 20) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzfeature.h51 extern boolean_t spa_feature_is_active(struct spa *, spa_feature_t);
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzio_compress.c79 if (spa_feature_is_active(spa, SPA_FEATURE_LZ4_COMPRESS)) in zio_compress_select()
H A Ddsl_dir.c521 ASSERT(spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)); in dsl_dir_init_fs_ss_count()
615 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT) && in dsl_dir_actv_fs_ss_limit_check()
639 if (!spa_feature_is_active(spa, SPA_FEATURE_FS_SS_LIMIT)) { in dsl_dir_actv_fs_ss_limit_sync()
1753 if (spa_feature_is_active(dp->dp_spa, in dsl_dir_rename_check()
1852 if (spa_feature_is_active(dp->dp_spa, in dsl_dir_rename_sync()
H A Dbpobj.c44 if (!spa_feature_is_active(spa, SPA_FEATURE_EMPTY_BPOBJ)) { in bpobj_alloc_empty()
67 if (!spa_feature_is_active(dmu_objset_spa(os), in bpobj_decr_empty()
H A Dzfeature.c469 spa_feature_is_active(spa_t *spa, spa_feature_t fid) in spa_feature_is_active() function
H A Ddsl_pool.c256 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_ASYNC_DESTROY)) { in dsl_pool_open()
264 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_EMPTY_BPOBJ)) { in dsl_pool_open()
H A Dspace_map.c498 VERIFY(spa_feature_is_active(spa, in space_map_free()
H A Ddsl_scan.c111 scn->scn_async_destroying = spa_feature_is_active(dp->dp_spa, in dsl_scan_init()
1507 if (err == 0 && spa_feature_is_active(spa, SPA_FEATURE_ASYNC_DESTROY)) { in dsl_scan_sync()
1526 ASSERT(!spa_feature_is_active(spa, in dsl_scan_sync()
H A Ddmu_traverse.c570 if (spa_feature_is_active(spa, SPA_FEATURE_HOLE_BIRTH)) { in traverse_impl()
H A Ddnode_sync.c148 if (spa_feature_is_active(dn->dn_objset->os_spa, in free_blocks()
H A Dzvol.c1886 if (spa_feature_is_active(spa, SPA_FEATURE_MULTI_VDEV_CRASH_DUMP)) in zfs_mvdev_dump_feature_check()
2029 checksum = spa_feature_is_active(spa, in zvol_dump_init()
H A Ddsl_destroy.c794 if (!spa_feature_is_active(dp->dp_spa, in dsl_destroy_head_sync_impl()
H A Ddmu_send.c731 spa_feature_is_active(dp->dp_spa, SPA_FEATURE_EMBEDDED_DATA)) { in dmu_send_impl()
733 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_LZ4_COMPRESS)) in dmu_send_impl()
H A Dzio.c1188 ASSERT(spa_feature_is_active(spa, in zio_write_bp_init()
1238 spa_feature_is_active(spa, SPA_FEATURE_HOLE_BIRTH)) { in zio_write_bp_init()
H A Dspa.c2459 if (spa_feature_is_active(spa, SPA_FEATURE_ENABLED_TXG)) { in spa_load_impl()
6243 boolean_t lz4_ac = spa_feature_is_active(spa, in spa_sync_upgrades()
H A Ddbuf.c1628 ASSERT(spa_feature_is_active(dmu_objset_spa(db->db_objset), in dmu_buf_write_embedded()
H A Ddsl_dataset.c940 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)) { in dsl_dataset_create_sync()
H A Dzfs_ioctl.c3990 if (!spa_feature_is_active(spa, *featurep)) in zfs_prop_activate_feature_check()
/titanic_50/usr/src/cmd/zhack/
H A Dzhack.c279 if (spa_feature_is_active(spa, SPA_FEATURE_ENABLED_TXG)) { in zhack_do_feature_stat()
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c774 spa_feature_is_active(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM)) { in dump_metaslab()
2733 if (spa_feature_is_active(spa, SPA_FEATURE_ASYNC_DESTROY)) { in dump_block_stats()
3094 if (spa_feature_is_active(spa, in dump_zpool()