Searched refs:zone_zhp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 2499 zfs_handle_t *zone_zhp = NULL; in be_mount_one_zone() local 2519 if ((zone_zhp = zfs_open(g_zfs, zoneroot_ds, ZFS_TYPE_FILESYSTEM)) in be_mount_one_zone() 2538 if ((ret = be_mount_zone_root(zone_zhp, &zone_md)) != BE_SUCCESS) { in be_mount_one_zone() 2545 if ((ret = zfs_iter_filesystems(zone_zhp, be_mount_callback, in be_mount_one_zone() 2556 ZFS_CLOSE(zone_zhp); in be_mount_one_zone() 2579 zfs_handle_t *zone_zhp = NULL; in be_unmount_one_zone() local 2607 if ((zone_zhp = zfs_open(g_zfs, zoneroot_ds, ZFS_TYPE_FILESYSTEM)) in be_unmount_one_zone() 2618 if ((ret = zfs_iter_filesystems(zone_zhp, be_unmount_callback, in be_unmount_one_zone() 2627 if ((ret = be_unmount_zone_root(zone_zhp, &zone_ud)) != BE_SUCCESS) { in be_unmount_one_zone() 2634 ZFS_CLOSE(zone_zhp); in be_unmount_one_zone()
|