Lines Matching defs:poolconfig
371 nvlist_t *poolconfig, *vdevconfig;
380 poolconfig = pool_config_nvcreate(zfs);
383 nvlist_add_nvlist(poolconfig, ZPOOL_CONFIG_VDEV_TREE, vdevconfig);
386 error = nvlist_export(poolconfig);
390 configblksz = nvlist_size(poolconfig);
393 nvlist_copy(poolconfig, configbuf, configblksz);
399 *(uint64_t *)DN_BONUS(dnode) = nvlist_size(poolconfig);
403 nvlist_destroy(poolconfig);
570 nvlist_t *poolconfig, *vdevconfig;
578 poolconfig = pool_config_nvcreate(zfs);
580 nvlist_add_nvlist(poolconfig, ZPOOL_CONFIG_VDEV_TREE, vdevconfig);
583 error = nvlist_export(poolconfig);
586 nvlist_copy(poolconfig, label->vl_vdev_phys.vp_nvlist,
588 nvlist_destroy(poolconfig);