Searched refs:zone_container_ds (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libbe/common/ |
H A D | be_zones.c | 116 char zone_container_ds[MAXPATHLEN]; in be_find_active_zone_root() local 139 be_make_container_ds(zonepath_ds, zone_container_ds, in be_find_active_zone_root() 140 sizeof (zone_container_ds)); in be_find_active_zone_root() 143 if ((zhp = zfs_open(g_zfs, zone_container_ds, ZFS_TYPE_FILESYSTEM)) in be_find_active_zone_root() 147 zone_container_ds, libzfs_error_description(g_zfs)); in be_find_active_zone_root() 203 char zone_container_ds[MAXPATHLEN]; in be_find_mounted_zone_root() local 208 be_make_container_ds(zonepath_ds, zone_container_ds, in be_find_mounted_zone_root() 209 sizeof (zone_container_ds)); in be_find_mounted_zone_root() 212 if ((zhp = zfs_open(g_zfs, zone_container_ds, ZFS_TYPE_FILESYSTEM)) in be_find_mounted_zone_root() 216 zone_container_ds, libzfs_error_description(g_zfs)); in be_find_mounted_zone_root() [all …]
|
H A D | be_create.c | 1746 char zone_container_ds[MAXPATHLEN]; in be_destroy_zone_roots() local 1750 be_make_container_ds(zonepath_ds, zone_container_ds, in be_destroy_zone_roots() 1751 sizeof (zone_container_ds)); in be_destroy_zone_roots() 1754 if ((zhp = zfs_open(g_zfs, zone_container_ds, ZFS_TYPE_FILESYSTEM)) in be_destroy_zone_roots() 1758 zone_container_ds, libzfs_error_description(g_zfs)); in be_destroy_zone_roots() 1777 if ((zhp = zfs_open(g_zfs, zone_container_ds, ZFS_TYPE_FILESYSTEM)) in be_destroy_zone_roots() 1781 zone_container_ds, libzfs_error_description(g_zfs)); in be_destroy_zone_roots() 1796 zone_container_ds, libzfs_error_description(g_zfs)); in be_destroy_zone_roots() 1901 char zone_container_ds[MAXPATHLEN]; in be_copy_zones() local 2020 be_make_container_ds(zonepath_ds, zone_container_ds, in be_copy_zones() [all …]
|