Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/zfs/
H A Dzfeature_common.c48 zfeature_info_t spa_feature_table[SPA_FEATURES];
98 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) { in zfeature_is_supported()
109 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) { in zfeature_lookup_name()
154 ASSERT3U(fid, <, SPA_FEATURES); in zfeature_register()
H A Dzfeature_common.h59 SPA_FEATURES enumerator
89 extern zfeature_info_t spa_feature_table[SPA_FEATURES];
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzfeature.h37 #define VALID_FEATURE_FID(fid) ((fid) >= 0 && (fid) < SPA_FEATURES)
H A Ddsl_dataset.h215 uint8_t ds_feature_inuse[SPA_FEATURES];
221 uint8_t ds_feature_activation_needed[SPA_FEATURES];
H A Dspa_impl.h251 uint64_t spa_feat_refcount_cache[SPA_FEATURES];
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c351 for (i = 0; i < SPA_FEATURES; i++) { in check_status()
H A Dlibzfs_pool.c700 for (int i = 0; i < SPA_FEATURES; i++) { in zpool_expand_proplist()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c271 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_snapshot_sync_impl()
744 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_head_sync_impl()
H A Ddsl_dataset.c460 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_hold_obj()
855 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_create_sync_dd()
1378 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_snapshot_sync_impl()
1677 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_sync()
2925 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_clone_swap_sync_impl()
H A Dspa_misc.c664 for (int i = 0; i < SPA_FEATURES; i++) { in spa_add()
H A Dspa.c2442 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) { in spa_load_impl()
/titanic_50/usr/src/cmd/zpool/
H A Dzpool_main.c885 for (i = 0; i < SPA_FEATURES; i++) { in zpool_do_create()
4403 for (i = 0; i < SPA_FEATURES; i++) { in upgrade_enable_all()
4533 for (i = 0; i < SPA_FEATURES; i++) { in upgrade_list_disabled_cb()
4715 for (i = 0; i < SPA_FEATURES; i++) { in zpool_do_upgrade()
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c2249 static uint64_t dataset_feature_count[SPA_FEATURES];
2264 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dump_one_dir()
3105 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dump_zpool()
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c5940 for (int i = 0; i < SPA_FEATURES; i++) { in ztest_init()