Home
last modified time | relevance | path

Searched refs:zonepath_ds (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libbe/common/
H A Dbe_zones.c111 be_find_active_zone_root(zfs_handle_t *be_zhp, char *zonepath_ds, in be_find_active_zone_root() argument
139 be_make_container_ds(zonepath_ds, zone_container_ds, in be_find_active_zone_root()
160 zonepath_ds, be_err_to_str(ret)); in be_find_active_zone_root()
171 zonepath_ds); in be_find_active_zone_root()
198 be_find_mounted_zone_root(char *zone_altroot, char *zonepath_ds, in be_find_mounted_zone_root() argument
208 be_make_container_ds(zonepath_ds, zone_container_ds, in be_find_mounted_zone_root()
231 zonepath_ds); in be_find_mounted_zone_root()
271 be_zone_supported(char *zonepath_ds) in be_zone_supported() argument
281 zonepath_ds)) > 0) { in be_zone_supported()
283 "zonepath dataset %s not supported\n"), zonepath_ds); in be_zone_supported()
[all …]
H A Dbe_mount.c2348 char *zonepath_ds = NULL; in be_mount_zones() local
2375 if ((zonepath_ds = be_get_ds_from_dir(zonepath)) in be_mount_zones()
2383 if (!be_zone_supported(zonepath_ds)) { in be_mount_zones()
2384 free(zonepath_ds); in be_mount_zones()
2385 zonepath_ds = NULL; in be_mount_zones()
2404 zonepath, zonepath_ds); in be_mount_zones()
2406 free(zonepath_ds); in be_mount_zones()
2407 zonepath_ds = NULL; in be_mount_zones()
2455 char *zonepath_ds = NULL; in be_unmount_zones() local
2486 if ((zonepath_ds = be_get_ds_from_dir(alt_zonepath)) in be_unmount_zones()
[all …]
H A Dbe_create.c1618 char *zonepath_ds = NULL; in be_destroy_zones() local
1694 if ((zonepath_ds = be_get_ds_from_dir(zonepath)) == NULL) in be_destroy_zones()
1701 if (!be_zone_supported(zonepath_ds)) { in be_destroy_zones()
1702 free(zonepath_ds); in be_destroy_zones()
1707 if ((ret = be_destroy_zone_roots(zonepath_ds, dd)) in be_destroy_zones()
1712 free(zonepath_ds); in be_destroy_zones()
1715 free(zonepath_ds); in be_destroy_zones()
1743 be_destroy_zone_roots(char *zonepath_ds, be_destroy_data_t *dd) in be_destroy_zone_roots() argument
1750 be_make_container_ds(zonepath_ds, zone_container_ds, in be_destroy_zone_roots()
1770 zonepath_ds, libzfs_error_description(g_zfs)); in be_destroy_zone_roots()
[all …]