Searched refs:zonepath_ds (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_zones.c | 112 be_find_active_zone_root(zfs_handle_t *be_zhp, char *zonepath_ds, in be_find_active_zone_root() argument 140 if ((ret = be_make_container_ds(zonepath_ds, zone_container_ds, in be_find_active_zone_root() 143 "for %s\n"), __func__, zonepath_ds); in be_find_active_zone_root() 165 zonepath_ds, be_err_to_str(ret)); in be_find_active_zone_root() 176 zonepath_ds); in be_find_active_zone_root() 203 be_find_mounted_zone_root(char *zone_altroot, char *zonepath_ds, in be_find_mounted_zone_root() argument 213 if ((ret = be_make_container_ds(zonepath_ds, zone_container_ds, in be_find_mounted_zone_root() 216 "for %s\n"), __func__, zonepath_ds); in be_find_mounted_zone_root() 240 zonepath_ds); in be_find_mounted_zone_root() 280 be_zone_supported(char *zonepath_ds) in be_zone_supported() argument [all …]
|
H A D | be_mount.c | 2303 char *zonepath_ds = NULL; in be_mount_zones() local 2330 if ((zonepath_ds = be_get_ds_from_dir(zonepath)) in be_mount_zones() 2338 if (!be_zone_supported(zonepath_ds)) { in be_mount_zones() 2339 free(zonepath_ds); in be_mount_zones() 2340 zonepath_ds = NULL; in be_mount_zones() 2359 zonepath, zonepath_ds); in be_mount_zones() 2361 free(zonepath_ds); in be_mount_zones() 2362 zonepath_ds = NULL; in be_mount_zones() 2410 char *zonepath_ds = NULL; in be_unmount_zones() local 2441 if ((zonepath_ds = be_get_ds_from_dir(alt_zonepath)) in be_unmount_zones() [all …]
|
H A D | be_create.c | 1693 char *zonepath_ds = NULL; in be_destroy_zones() local 1769 if ((zonepath_ds = be_get_ds_from_dir(zonepath)) == NULL) in be_destroy_zones() 1776 if (!be_zone_supported(zonepath_ds)) { in be_destroy_zones() 1777 free(zonepath_ds); in be_destroy_zones() 1782 if ((ret = be_destroy_zone_roots(zonepath_ds, dd)) in be_destroy_zones() 1787 free(zonepath_ds); in be_destroy_zones() 1790 free(zonepath_ds); in be_destroy_zones() 1818 be_destroy_zone_roots(char *zonepath_ds, be_destroy_data_t *dd) in be_destroy_zone_roots() argument 1825 if ((ret = be_make_container_ds(zonepath_ds, zone_container_ds, in be_destroy_zone_roots() 1828 "for %s\n"), __func__, zonepath_ds); in be_destroy_zone_roots() [all …]
|