Searched refs:zone_container_ds (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_zones.c | 117 char zone_container_ds[MAXPATHLEN]; in be_find_active_zone_root() local 140 if ((ret = be_make_container_ds(zonepath_ds, zone_container_ds, in be_find_active_zone_root() 141 sizeof (zone_container_ds))) != BE_SUCCESS) { in be_find_active_zone_root() 148 if ((zhp = zfs_open(g_zfs, zone_container_ds, ZFS_TYPE_FILESYSTEM)) in be_find_active_zone_root() 152 zone_container_ds, libzfs_error_description(g_zfs)); in be_find_active_zone_root() 208 char zone_container_ds[MAXPATHLEN]; in be_find_mounted_zone_root() local 213 if ((ret = be_make_container_ds(zonepath_ds, zone_container_ds, in be_find_mounted_zone_root() 214 sizeof (zone_container_ds))) != BE_SUCCESS) { in be_find_mounted_zone_root() 221 if ((zhp = zfs_open(g_zfs, zone_container_ds, ZFS_TYPE_FILESYSTEM)) in be_find_mounted_zone_root() 225 zone_container_ds, libzfs_error_description(g_zfs)); in be_find_mounted_zone_root() [all …]
|
H A D | be_create.c | 1821 char zone_container_ds[MAXPATHLEN]; in be_destroy_zone_roots() local 1825 if ((ret = be_make_container_ds(zonepath_ds, zone_container_ds, in be_destroy_zone_roots() 1826 sizeof (zone_container_ds))) != BE_SUCCESS) { in be_destroy_zone_roots() 1833 if ((zhp = zfs_open(g_zfs, zone_container_ds, ZFS_TYPE_FILESYSTEM)) in be_destroy_zone_roots() 1837 zone_container_ds, libzfs_error_description(g_zfs)); in be_destroy_zone_roots() 1856 if ((zhp = zfs_open(g_zfs, zone_container_ds, ZFS_TYPE_FILESYSTEM)) in be_destroy_zone_roots() 1860 zone_container_ds, libzfs_error_description(g_zfs)); in be_destroy_zone_roots() 1875 zone_container_ds, libzfs_error_description(g_zfs)); in be_destroy_zone_roots() 1980 char zone_container_ds[MAXPATHLEN]; in be_copy_zones() local 2099 if ((ret = be_make_container_ds(zonepath_ds, zone_container_ds, in be_copy_zones() [all …]
|