Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzfeature.h51 extern boolean_t spa_feature_is_active(struct spa *, spa_feature_t);
/titanic_44/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.c525 ASSERT(spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)); in dsl_dir_init_fs_ss_count()
619 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT) && in dsl_dir_actv_fs_ss_limit_check()
643 if (!spa_feature_is_active(spa, SPA_FEATURE_FS_SS_LIMIT)) { in dsl_dir_actv_fs_ss_limit_sync()
1757 if (spa_feature_is_active(dp->dp_spa, in dsl_dir_rename_check()
1856 if (spa_feature_is_active(dp->dp_spa, in dsl_dir_rename_sync()
H A Dbpobj.c43 if (!spa_feature_is_active(spa, SPA_FEATURE_EMPTY_BPOBJ)) { in bpobj_alloc_empty()
66 if (!spa_feature_is_active(dmu_objset_spa(os), in bpobj_decr_empty()
H A Dzfeature.c468 spa_feature_is_active(spa_t *spa, spa_feature_t fid) in spa_feature_is_active() function
H A Ddsl_pool.c255 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_ASYNC_DESTROY)) { in dsl_pool_open()
263 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.c105 scn->scn_async_destroying = spa_feature_is_active(dp->dp_spa, in dsl_scan_init()
1487 if (err == 0 && spa_feature_is_active(spa, SPA_FEATURE_ASYNC_DESTROY)) { in dsl_scan_sync()
1506 ASSERT(!spa_feature_is_active(spa, in dsl_scan_sync()
H A Ddmu_traverse.c569 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.c1885 if (spa_feature_is_active(spa, SPA_FEATURE_MULTI_VDEV_CRASH_DUMP)) in zfs_mvdev_dump_feature_check()
1952 checksum = spa_feature_is_active(spa, in zvol_dump_init()
H A Ddsl_destroy.c793 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.c1185 ASSERT(spa_feature_is_active(spa, in zio_write_bp_init()
1235 spa_feature_is_active(spa, SPA_FEATURE_HOLE_BIRTH)) { in zio_write_bp_init()
H A Dspa.c2458 if (spa_feature_is_active(spa, SPA_FEATURE_ENABLED_TXG)) { in spa_load_impl()
6215 boolean_t lz4_ac = spa_feature_is_active(spa, in spa_sync_upgrades()
H A Ddbuf.c1592 ASSERT(spa_feature_is_active(dmu_objset_spa(db->db_objset), in dmu_buf_write_embedded()
H A Ddsl_dataset.c926 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)) { in dsl_dataset_create_sync()
H A Dzfs_ioctl.c3953 if (!spa_feature_is_active(spa, *featurep)) in zfs_prop_activate_feature_check()
/titanic_44/usr/src/cmd/zhack/
H A Dzhack.c279 if (spa_feature_is_active(spa, SPA_FEATURE_ENABLED_TXG)) { in zhack_do_feature_stat()
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c773 spa_feature_is_active(spa, SPA_FEATURE_SPACEMAP_HISTOGRAM)) { in dump_metaslab()
2730 if (spa_feature_is_active(spa, SPA_FEATURE_ASYNC_DESTROY)) { in dump_block_stats()
3091 if (spa_feature_is_active(spa, in dump_zpool()