Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/zfs/
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()
144 ASSERT3U(fid, <, SPA_FEATURES); in zfeature_register()
Dzfeature_common.h67 SPA_FEATURES enumerator
97 extern zfeature_info_t spa_feature_table[SPA_FEATURES];
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzfeature.h37 #define VALID_FEATURE_FID(fid) ((fid) >= 0 && (fid) < SPA_FEATURES)
Ddsl_dataset.h242 uint8_t ds_feature_inuse[SPA_FEATURES];
248 uint8_t ds_feature_activation_needed[SPA_FEATURES];
Dspa_impl.h370 uint64_t spa_feat_refcount_cache[SPA_FEATURES];
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_status.c412 for (i = 0; i < SPA_FEATURES; i++) { in check_status()
Dlibzfs_pool.c771 for (int i = 0; i < SPA_FEATURES; i++) { in zpool_expand_proplist()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddsl_destroy.c291 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_snapshot_sync_impl()
846 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_head_sync_impl()
Ddsl_dataset.c499 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_hold_obj()
899 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_create_sync_dd()
1462 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_snapshot_sync_impl()
1780 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_sync()
3508 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_clone_swap_sync_impl()
Dspa_misc.c862 for (int i = 0; i < SPA_FEATURES; i++) { in spa_add()
Dspa.c3470 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) {
4841 for (i = 0; i < SPA_FEATURES; i++) {
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
Dzpool_main.c1275 for (i = 0; i < SPA_FEATURES; i++) { in zpool_do_create()
5709 for (i = 0; i < SPA_FEATURES; i++) { in upgrade_enable_all()
5903 for (i = 0; i < SPA_FEATURES; i++) { in upgrade_list_disabled_cb()
6100 for (i = 0; i < SPA_FEATURES; i++) { in zpool_do_upgrade()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/
Dzdb.c2779 static uint64_t dataset_feature_count[SPA_FEATURES];
2793 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dump_one_dir()
4920 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dump_zpool()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/ztest/
Dztest.c6711 for (int i = 0; i < SPA_FEATURES; i++) { in ztest_init()