Home
last modified time | relevance | path

Searched refs:unsup_feat (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfeature.c175 nvlist_t *unsup_feat, nvlist_t *enabled_feat) in spa_features_check() argument
205 if (NULL != unsup_feat) { in spa_features_check()
212 VERIFY(nvlist_add_string(unsup_feat, in spa_features_check()
H A Dspa.c3575 nvlist_t *unsup_feat; local
3584 VERIFY(nvlist_add_string(unsup_feat,
3589 if (!nvlist_empty(unsup_feat)) {
3592 nvlist_free(unsup_feat);
3598 nvlist_free(unsup_feat);
3844 nvlist_t *unsup_feat, *enabled_feat; local
3862 unsup_feat = fnvlist_alloc();
3865 unsup_feat, enabled_feat))
3871 unsup_feat, enabled_feat)) {
3879 if (!nvlist_empty(unsup_feat)) {
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1827 nvlist_t *nvinfo, *unsup_feat; in zpool_print_unsup_feat() local
1833 &unsup_feat) == 0); in zpool_print_unsup_feat()
1835 for (nvp = nvlist_next_nvpair(unsup_feat, NULL); nvp != NULL; in zpool_print_unsup_feat()
1836 nvp = nvlist_next_nvpair(unsup_feat, nvp)) { in zpool_print_unsup_feat()