Home
last modified time | relevance | path

Searched refs:z_zhp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c1988 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()
2170 z_zhp = NULL; 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()
2282 ZFS_CLOSE(z_zhp); in be_copy_zones()
2290 ZFS_CLOSE(z_zhp); in be_copy_zones()
2306 ZFS_CLOSE(z_zhp); in be_copy_zones()
2318 ZFS_CLOSE(z_zhp); in be_copy_zones()
[all …]
H A Dbe_activate.c1482 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()