Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/
H A Dzfeature_common.h80 SPA_FEATURES enumerator
121 extern zfeature_info_t spa_feature_table[SPA_FEATURES];
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfeature_common.c51 zfeature_info_t spa_feature_table[SPA_FEATURES];
101 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) { in zfeature_is_supported()
112 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) { in zfeature_lookup_guid()
129 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) { in zfeature_lookup_name()
246 ASSERT3U(fid, <, SPA_FEATURES); in zfeature_register()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c450 ASSERT3U(fid, <, SPA_FEATURES); in pool_feature_show()
482 ASSERT3U(fid, <, SPA_FEATURES); in pool_feature_to_kobj()
506 int err = zfs_kobj_init(zfs_kobj, 0, SPA_FEATURES, pool_feature_show); in zfs_pool_features_init()
520 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) in zfs_pool_features_init()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfeature.h37 #define VALID_FEATURE_FID(fid) ((fid) >= 0 && (fid) < SPA_FEATURES)
H A Ddsl_dataset.h261 void *ds_feature[SPA_FEATURES];
267 void *ds_feature_activation[SPA_FEATURES];
H A Dspa_impl.h393 uint64_t spa_feat_refcount_cache[SPA_FEATURES];
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c474 for (i = 0; i < SPA_FEATURES; i++) { in check_status()
H A Dlibzfs_pool.c810 for (i = 0; i < SPA_FEATURES; i++) { in zpool_expand_proplist()
H A Dlibzfs.abi3808 <enumerator name='SPA_FEATURES' value='34'/>
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_dataset.c455 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_evict_async()
623 for (f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_hold_obj()
694 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_hold_obj()
1192 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_create_sync_dd()
1747 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_snapshot_sync_impl()
2097 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_sync()
4069 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_clone_swap_sync_impl()
H A Ddsl_destroy.c339 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_snapshot_sync_impl()
1039 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_head_sync_impl()
H A Dspa_misc.c754 for (int i = 0; i < SPA_FEATURES; i++) { in spa_add()
H A Dspa.c3922 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) {
5328 for (i = 0; i < SPA_FEATURES; i++) {
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c4771 static uint64_t dataset_feature_count[SPA_FEATURES];
4772 static uint64_t global_feature_count[SPA_FEATURES];
4787 for (f = 0; f < SPA_FEATURES; f++) { in dump_one_objset()
7482 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) in dump_zpool()
7494 for (f = 0; f < SPA_FEATURES; f++) { in dump_zpool()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c1638 for (i = 0; i < SPA_FEATURES; i++) { in zpool_do_create()
8628 for (i = 0; i < SPA_FEATURES; i++) { in upgrade_enable_all()
8758 for (i = 0; i < SPA_FEATURES; i++) { in upgrade_list_disabled_cb()
8948 for (i = 0; i < SPA_FEATURES; i++) { in zpool_do_upgrade()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c7503 for (i = 0; i < SPA_FEATURES; i++) { in ztest_init()