Searched refs:spa_feature_t (Results 1 – 15 of 15) sorted by relevance
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/ |
| HD | zfeature_common.c | 97 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) { in zfeature_is_supported() 106 zfeature_lookup_name(const char *name, spa_feature_t *res) in zfeature_lookup_name() 108 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) { in zfeature_lookup_name() 121 zfeature_depends_on(spa_feature_t fid, spa_feature_t check) in zfeature_depends_on() 133 zfeature_register(spa_feature_t fid, const char *guid, const char *name, in zfeature_register() 134 const char *desc, zfeature_flags_t flags, const spa_feature_t *deps) in zfeature_register() 137 static spa_feature_t nodeps[] = { SPA_FEATURE_NONE }; in zfeature_register() 190 static spa_feature_t hole_birth_deps[] = { SPA_FEATURE_ENABLED_TXG, in zpool_feature_init() 203 static const spa_feature_t bookmarks_deps[] = { in zpool_feature_init() 212 static const spa_feature_t filesystem_limits_deps[] = { in zpool_feature_init() [all …]
|
| HD | zfeature_common.h | 65 } spa_feature_t; typedef 81 spa_feature_t fi_feature; 87 const spa_feature_t *fi_depends; 99 extern int zfeature_lookup_name(const char *, spa_feature_t *); 100 extern boolean_t zfeature_depends_on(spa_feature_t, spa_feature_t);
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | zfeature.h | 46 extern void spa_feature_enable(struct spa *, spa_feature_t, 48 extern void spa_feature_incr(struct spa *, spa_feature_t, struct dmu_tx *); 49 extern void spa_feature_decr(struct spa *, spa_feature_t, struct dmu_tx *); 50 extern boolean_t spa_feature_is_enabled(struct spa *, spa_feature_t); 51 extern boolean_t spa_feature_is_active(struct spa *, spa_feature_t); 52 extern boolean_t spa_feature_enabled_txg(spa_t *spa, spa_feature_t fid, 54 extern uint64_t spa_feature_refcount(spa_t *, spa_feature_t, uint64_t);
|
| HD | zio_checksum.h | 113 extern spa_feature_t zio_checksum_to_feature(enum zio_checksum cksum);
|
| HD | dsl_dataset.h | 431 spa_feature_t f, dmu_tx_t *tx);
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | zfeature.c | 379 feature_do_action(spa_t *spa, spa_feature_t fid, feature_action_t action, in feature_do_action() 438 spa_feature_enable(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_enable() 446 spa_feature_incr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_incr() 452 spa_feature_decr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_decr() 458 spa_feature_is_enabled(spa_t *spa, spa_feature_t fid) in spa_feature_is_enabled() 473 spa_feature_is_active(spa_t *spa, spa_feature_t fid) in spa_feature_is_active() 497 spa_feature_enabled_txg(spa_t *spa, spa_feature_t fid, uint64_t *txg) in spa_feature_enabled_txg()
|
| HD | dsl_dataset.c | 160 spa_feature_t f = zio_checksum_to_feature(BP_GET_CHECKSUM(bp)); in dsl_dataset_block_born() 499 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_hold_obj() 806 dsl_dataset_activate_feature(uint64_t dsobj, spa_feature_t f, dmu_tx_t *tx) in dsl_dataset_activate_feature() 822 dsl_dataset_deactivate_feature(uint64_t dsobj, spa_feature_t f, dmu_tx_t *tx) in dsl_dataset_deactivate_feature() 895 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_create_sync_dd() 1458 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_snapshot_sync_impl() 1784 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_sync() 3512 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_clone_swap_sync_impl()
|
| HD | zio_checksum.c | 186 spa_feature_t
|
| HD | dsl_destroy.c | 287 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_snapshot_sync_impl() 832 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_head_sync_impl()
|
| HD | zfs_ioctl.c | 269 static int zfs_prop_activate_feature(spa_t *spa, spa_feature_t feature); 4284 spa_feature_t feature; in zfs_check_settable() 4323 spa_feature_t *featurep = arg; in zfs_prop_activate_feature_check() 4339 spa_feature_t *featurep = arg; in zfs_prop_activate_feature_sync() 4350 zfs_prop_activate_feature(spa_t *spa, spa_feature_t feature) in zfs_prop_activate_feature()
|
| HD | spa.c | 3068 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) { 7687 spa_feature_t fid;
|
| /freebsd-11-stable/cddl/contrib/opensolaris/cmd/zhack/ |
| HD | zhack.c | 308 spa_feature_t nodeps[] = { SPA_FEATURE_NONE }; in zhack_do_feature_enable() 404 spa_feature_t nodeps[] = { SPA_FEATURE_NONE }; in zhack_do_feature_ref()
|
| /freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/ |
| HD | zdb.c | 2662 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dump_one_dir() 4519 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dump_zpool()
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_pool.c | 856 spa_feature_t fid; in zpool_prop_get_feature()
|
| /freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/ |
| HD | zpool_main.c | 1225 spa_feature_t i; in zpool_do_create()
|