Searched refs:unsup_feat (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | zfeature.c | 175 nvlist_t *unsup_feat, nvlist_t *enabled_feat) in spa_features_check() argument 200 if (NULL != unsup_feat) { in spa_features_check() 208 VERIFY(nvlist_add_string(unsup_feat, za.za_name, in spa_features_check()
|
| HD | spa.c | 2728 nvlist_t *unsup_feat; local 2730 VERIFY(nvlist_alloc(&unsup_feat, NV_UNIQUE_NAME, KM_SLEEP) == 2737 VERIFY(nvlist_add_string(unsup_feat, 2742 if (!nvlist_empty(unsup_feat)) { 2744 ZPOOL_CONFIG_UNSUP_FEAT, unsup_feat) == 0); 2745 nvlist_free(unsup_feat); 2751 nvlist_free(unsup_feat); 2990 nvlist_t *unsup_feat, *enabled_feat; local 3008 unsup_feat = fnvlist_alloc(); 3011 unsup_feat, enabled_feat)) [all …]
|
| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_pool.c | 1697 nvlist_t *nvinfo, *unsup_feat; in zpool_print_unsup_feat() local 1702 &unsup_feat) == 0); in zpool_print_unsup_feat() 1704 for (nvpair_t *nvp = nvlist_next_nvpair(unsup_feat, NULL); nvp != NULL; in zpool_print_unsup_feat() 1705 nvp = nvlist_next_nvpair(unsup_feat, nvp)) { in zpool_print_unsup_feat()
|