Home
last modified time | relevance | path

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

/freebsd/sys/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.c4184 nvlist_t *unsup_feat; local
4186 unsup_feat = fnvlist_alloc();
4192 fnvlist_add_string(unsup_feat,
4197 if (!nvlist_empty(unsup_feat)) {
4200 nvlist_free(unsup_feat);
4206 nvlist_free(unsup_feat);
4488 unsup_feat = fnvlist_alloc();
4491 unsup_feat, enabled_feat))
4497 unsup_feat, enabled_feat)) {
4505 if (!nvlist_empty(unsup_feat)) {
[all …]
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2082 nvlist_t *nvinfo, *unsup_feat; in zpool_print_unsup_feat() local
2085 unsup_feat = fnvlist_lookup_nvlist(nvinfo, ZPOOL_CONFIG_UNSUP_FEAT); in zpool_print_unsup_feat()
2087 for (nvpair_t *nvp = nvlist_next_nvpair(unsup_feat, NULL); in zpool_print_unsup_feat()
2088 nvp != NULL; nvp = nvlist_next_nvpair(unsup_feat, nvp)) { in zpool_print_unsup_feat()