/titanic_44/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_44/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 | 525 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 D | bpobj.c | 43 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 D | zfeature.c | 468 spa_feature_is_active(spa_t *spa, spa_feature_t fid) in spa_feature_is_active() function
|
H A D | dsl_pool.c | 255 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 D | space_map.c | 498 VERIFY(spa_feature_is_active(spa, in space_map_free()
|
H A D | dsl_scan.c | 105 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 D | dmu_traverse.c | 569 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 | 1885 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 D | dsl_destroy.c | 793 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 | 1185 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 D | spa.c | 2458 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 D | dbuf.c | 1592 ASSERT(spa_feature_is_active(dmu_objset_spa(db->db_objset), in dmu_buf_write_embedded()
|
H A D | dsl_dataset.c | 926 if (spa_feature_is_active(dp->dp_spa, SPA_FEATURE_FS_SS_LIMIT)) { in dsl_dataset_create_sync()
|
H A D | zfs_ioctl.c | 3953 if (!spa_feature_is_active(spa, *featurep)) in zfs_prop_activate_feature_check()
|
/titanic_44/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_44/usr/src/cmd/zdb/ |
H A D | zdb.c | 773 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()
|