/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfeature.h | 51 extern boolean_t spa_feature_is_active(struct spa *, spa_feature_t);
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zio_compress.c | 79 if (spa_feature_is_active(spa, SPA_FEATURE_LZ4_COMPRESS)) in zio_compress_select()
|
H A D | dsl_dir.c | 521 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 D | bpobj.c | 44 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 D | zfeature.c | 469 spa_feature_is_active(spa_t *spa, spa_feature_t fid) in spa_feature_is_active() function
|
H A D | dsl_pool.c | 256 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 D | space_map.c | 498 VERIFY(spa_feature_is_active(spa, in space_map_free()
|
H A D | dsl_scan.c | 111 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 D | dmu_traverse.c | 570 if (spa_feature_is_active(spa, SPA_FEATURE_HOLE_BIRTH)) { in traverse_impl()
|
H A D | dnode_sync.c | 148 if (spa_feature_is_active(dn->dn_objset->os_spa, in free_blocks()
|
H A D | zvol.c | 1886 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 D | dsl_destroy.c | 794 if (!spa_feature_is_active(dp->dp_spa, in dsl_destroy_head_sync_impl()
|
H A D | dmu_send.c | 731 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 D | zio.c | 1188 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 D | spa.c | 2459 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 D | dbuf.c | 1628 ASSERT(spa_feature_is_active(dmu_objset_spa(db->db_objset), in dmu_buf_write_embedded()
|
H A D | dsl_dataset.c | 940 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)) { in dsl_dataset_create_sync()
|
H A D | zfs_ioctl.c | 3990 if (!spa_feature_is_active(spa, *featurep)) in zfs_prop_activate_feature_check()
|
/titanic_50/usr/src/cmd/zhack/ |
H A D | zhack.c | 279 if (spa_feature_is_active(spa, SPA_FEATURE_ENABLED_TXG)) { in zhack_do_feature_stat()
|
/titanic_50/usr/src/cmd/zdb/ |
H A D | zdb.c | 774 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()
|