Lines Matching defs:poolconfig
374 nvlist_t *poolconfig, *vdevconfig;
383 poolconfig = pool_config_nvcreate(zfs);
386 nvlist_add_nvlist(poolconfig, ZPOOL_CONFIG_VDEV_TREE, vdevconfig);
389 error = nvlist_export(poolconfig);
393 configblksz = nvlist_size(poolconfig);
396 nvlist_copy(poolconfig, configbuf, configblksz);
402 *(uint64_t *)DN_BONUS(dnode) = nvlist_size(poolconfig);
406 nvlist_destroy(poolconfig);
574 nvlist_t *poolconfig, *vdevconfig;
582 poolconfig = pool_config_nvcreate(zfs);
584 nvlist_add_nvlist(poolconfig, ZPOOL_CONFIG_VDEV_TREE, vdevconfig);
587 error = nvlist_export(poolconfig);
590 nvlist_copy(poolconfig, label->vl_vdev_phys.vp_nvlist,
592 nvlist_destroy(poolconfig);