Searched refs:spa_feature_t (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/common/zfs/ |
H A D | 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() 132 zfeature_register(spa_feature_t fid, const char *guid, const char *name, in zfeature_register() 133 const char *desc, zfeature_flags_t flags, const spa_feature_t *deps) in zfeature_register() 136 static spa_feature_t nodeps[] = { SPA_FEATURE_NONE }; in zfeature_register() 189 static spa_feature_t hole_birth_deps[] = { SPA_FEATURE_ENABLED_TXG, in zpool_feature_init() 202 static const spa_feature_t bookmarks_deps[] = { in zpool_feature_init() 211 static const spa_feature_t filesystem_limits_deps[] = { in zpool_feature_init() [all …]
|
H A D | zfeature_common.h | 56 } spa_feature_t; typedef 72 spa_feature_t fi_feature; 78 const spa_feature_t *fi_depends; 90 extern int zfeature_lookup_name(const char *, spa_feature_t *); 91 extern boolean_t zfeature_depends_on(spa_feature_t, spa_feature_t);
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | 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);
|
H A D | dsl_dataset.h | 345 spa_feature_t f, dmu_tx_t *tx);
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfeature.c | 374 feature_do_action(spa_t *spa, spa_feature_t fid, feature_action_t action, in feature_do_action() 433 spa_feature_enable(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_enable() 441 spa_feature_incr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_incr() 447 spa_feature_decr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_decr() 453 spa_feature_is_enabled(spa_t *spa, spa_feature_t fid) in spa_feature_is_enabled() 468 spa_feature_is_active(spa_t *spa, spa_feature_t fid) in spa_feature_is_active() 492 spa_feature_enabled_txg(spa_t *spa, spa_feature_t fid, uint64_t *txg) { in spa_feature_enabled_txg()
|
H A D | dsl_dataset.c | 446 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_hold_obj() 756 dsl_dataset_activate_feature(uint64_t dsobj, spa_feature_t f, dmu_tx_t *tx) in dsl_dataset_activate_feature() 772 dsl_dataset_deactivate_feature(uint64_t dsobj, spa_feature_t f, dmu_tx_t *tx) in dsl_dataset_deactivate_feature() 841 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_create_sync_dd() 1364 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_snapshot_sync_impl() 1663 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_sync() 2889 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_clone_swap_sync_impl()
|
H A D | dsl_destroy.c | 270 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_snapshot_sync_impl() 743 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_head_sync_impl()
|
H A D | zfs_ioctl.c | 247 static int zfs_prop_activate_feature(spa_t *spa, spa_feature_t feature); 3952 spa_feature_t *featurep = arg; in zfs_prop_activate_feature_check() 3968 spa_feature_t *featurep = arg; in zfs_prop_activate_feature_sync() 3979 zfs_prop_activate_feature(spa_t *spa, spa_feature_t feature) in zfs_prop_activate_feature()
|
H A D | spa.c | 2441 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) { in spa_load_impl() 6039 spa_feature_t fid; in spa_sync_props()
|
/titanic_41/usr/src/cmd/zhack/ |
H A D | 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()
|
/titanic_41/usr/src/cmd/zdb/ |
H A D | zdb.c | 2215 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dump_one_dir() 3040 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dump_zpool()
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 795 spa_feature_t fid; in zpool_prop_get_feature()
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 882 spa_feature_t i; in zpool_do_create()
|