Home
last modified time | relevance | path

Searched refs:zpool_get_features (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_config.c232 zpool_get_features(zpool_handle_t *zhp) in zpool_get_features() function
HDlibzfs_crypto.c833 features = zpool_get_features(zph); in encryption_feature_is_enabled()
HDlibzfs_pool.c828 features = zpool_get_features(zhp); in zpool_expand_proplist()
911 nvlist_t *features = zpool_get_features(zhp); in zpool_prop_get_feature()
HDlibzfs.abi301 …<elf-symbol name='zpool_get_features' type='func-type' binding='global-binding' visibility='defaul…
2698 …ame='zpool_get_features' mangled-name='zpool_get_features' visibility='default' binding='global' s…
/freebsd-13-stable/sys/contrib/openzfs/include/
HDlibzfs.h426 extern nvlist_t *zpool_get_features(zpool_handle_t *);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
HDzpool_main.c9174 nvlist_t *enabled = zpool_get_features(zhp); in upgrade_enable_all()
9323 nvlist_t *enabled = zpool_get_features(zhp); in upgrade_list_disabled_cb()
10410 nvlist_t *enabled = zpool_get_features(zhp); in set_callback()