Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfeature.c175 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()
H A Dspa.c3092 nvlist_t *unsup_feat; local
3101 VERIFY(nvlist_add_string(unsup_feat,
3106 if (!nvlist_empty(unsup_feat)) {
3109 nvlist_free(unsup_feat);
3115 nvlist_free(unsup_feat);
3354 nvlist_t *unsup_feat, *enabled_feat; local
3372 unsup_feat = fnvlist_alloc();
3375 unsup_feat, enabled_feat))
3381 unsup_feat, enabled_feat)) {
3389 if (!nvlist_empty(unsup_feat)) {
[all …]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1782 nvlist_t *nvinfo, *unsup_feat; in zpool_print_unsup_feat() local
1787 &unsup_feat) == 0); in zpool_print_unsup_feat()
1789 for (nvpair_t *nvp = nvlist_next_nvpair(unsup_feat, NULL); nvp != NULL; in zpool_print_unsup_feat()
1790 nvp = nvlist_next_nvpair(unsup_feat, nvp)) { in zpool_print_unsup_feat()