Searched refs:z_zhp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_create.c | 1988 zfs_handle_t *z_zhp = NULL; in be_copy_zones() local 2106 if ((z_zhp = zfs_open(g_zfs, zoneroot_ds, in be_copy_zones() 2169 if ((iret = be_clone_fs_callback(z_zhp, &bt)) != 0) { in be_copy_zones() 2170 z_zhp = NULL; in be_copy_zones() 2216 if ((z_zhp = zfs_open(g_zfs, zoneroot_ds, in be_copy_zones() 2234 iret = be_clone_fs_callback(z_zhp, &bt); in be_copy_zones() 2235 z_zhp = NULL; in be_copy_zones() 2266 z_zhp = NULL; in be_copy_zones() 2268 if ((z_zhp = zfs_open(g_zfs, new_zoneroot_ds, in be_copy_zones() 2278 if (zfs_prop_set(z_zhp, BE_ZONE_PARENTBE_PROPERTY, in be_copy_zones() [all …]
|
H A D | be_activate.c | 1482 zfs_handle_t *z_zhp = NULL; in be_promote_zone_ds() local 1563 if ((z_zhp = zfs_open(g_zfs, zoneroot_ds, in be_promote_zone_ds() 1573 if (zfs_prop_get(z_zhp, ZFS_PROP_ORIGIN, origin, in be_promote_zone_ds() 1575 ZFS_CLOSE(z_zhp); in be_promote_zone_ds() 1584 if (be_promote_ds_callback(z_zhp, NULL) != 0) { in be_promote_zone_ds()
|