Home
last modified time | relevance | path

Searched refs:spa_feature_t (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/common/zfs/
H A Dzfeature_common.c99 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) { in zfeature_is_supported()
110 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) { in zfeature_lookup_name()
123 zfeature_depends_on(spa_feature_t fid, spa_feature_t check) in zfeature_depends_on()
135 deps_contains_feature(const spa_feature_t *deps, const spa_feature_t feature) in deps_contains_feature()
205 static spa_feature_t hole_birth_deps[] = { in zpool_feature_init()
220 static const spa_feature_t bookmarks_deps[] = { in zpool_feature_init()
265 static const spa_feature_t bookmark_v2_deps[] = { in zpool_feature_init()
287 static const spa_feature_t sha512_deps[] = { in zpool_feature_init()
296 static const spa_feature_t skein_deps[] = { in zpool_feature_init()
305 static const spa_feature_t edonr_deps[] = { in zpool_feature_init()
[all …]
H A Dzfeature_common.h73 } spa_feature_t; typedef
89 spa_feature_t fi_feature;
95 const spa_feature_t *fi_depends;
107 extern int zfeature_lookup_name(const char *, spa_feature_t *);
108 extern boolean_t zfeature_depends_on(spa_feature_t, spa_feature_t);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfeature.h46 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 Dzio_checksum.h138 extern spa_feature_t zio_checksum_to_feature(enum zio_checksum cksum);
H A Ddsl_dataset.h464 spa_feature_t f, dmu_tx_t *tx);
466 spa_feature_t f, dmu_tx_t *tx);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfeature.c388 feature_do_action(spa_t *spa, spa_feature_t fid, feature_action_t action, in feature_do_action()
447 spa_feature_enable(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_enable()
455 spa_feature_incr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_incr()
461 spa_feature_decr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_decr()
467 spa_feature_is_enabled(spa_t *spa, spa_feature_t fid) in spa_feature_is_enabled()
482 spa_feature_is_active(spa_t *spa, spa_feature_t fid) in spa_feature_is_active()
506 spa_feature_enabled_txg(spa_t *spa, spa_feature_t fid, uint64_t *txg) in spa_feature_enabled_txg()
H A Ddsl_dataset.c153 spa_feature_t f = zio_checksum_to_feature(BP_GET_CHECKSUM(bp)); in dsl_dataset_block_born()
488 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_hold_obj()
871 dsl_dataset_activate_feature(uint64_t dsobj, spa_feature_t f, dmu_tx_t *tx) in dsl_dataset_activate_feature()
887 dsl_dataset_deactivate_feature(uint64_t dsobj, spa_feature_t f, dmu_tx_t *tx) in dsl_dataset_deactivate_feature()
958 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_create_sync_dd()
1495 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_snapshot_sync_impl()
1834 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_sync()
3560 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_clone_swap_sync_impl()
H A Dzio_checksum.c205 spa_feature_t
H A Ddsl_destroy.c287 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_snapshot_sync_impl()
839 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_destroy_head_sync_impl()
H A Dzfs_ioctl.c324 static int zfs_prop_activate_feature(spa_t *spa, spa_feature_t feature);
4469 spa_feature_t feature; in zfs_check_settable()
4508 spa_feature_t *featurep = arg; in zfs_prop_activate_feature_check()
4524 spa_feature_t *featurep = arg; in zfs_prop_activate_feature_sync()
4535 zfs_prop_activate_feature(spa_t *spa, spa_feature_t feature) in zfs_prop_activate_feature()
H A Dspa.c3432 for (spa_feature_t i = 0; i < SPA_FEATURES; i++) {
5094 spa_feature_t feat;
8100 spa_feature_t fid;
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c271 spa_feature_t nodeps[] = { SPA_FEATURE_NONE }; in zhack_do_feature_enable()
367 spa_feature_t nodeps[] = { SPA_FEATURE_NONE }; in zhack_do_feature_ref()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3392 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dump_one_dir()
5792 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dump_zpool()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c896 spa_feature_t fid; in zpool_prop_get_feature()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1421 spa_feature_t i; in zpool_do_create()