Searched refs:be_container_ds (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 2771 char be_container_ds[MAXPATHLEN]; in be_zpool_find_current_be_callback() local 2776 if (be_make_container_ds(zpool, be_container_ds, in be_zpool_find_current_be_callback() 2777 sizeof (be_container_ds)) != BE_SUCCESS) { in be_zpool_find_current_be_callback() 2785 if (!zfs_dataset_exists(g_zfs, be_container_ds, ZFS_TYPE_FILESYSTEM)) { in be_zpool_find_current_be_callback() 2793 if ((zhp = zfs_open(g_zfs, be_container_ds, ZFS_TYPE_FILESYSTEM)) == in be_zpool_find_current_be_callback() 2797 be_container_ds); in be_zpool_find_current_be_callback() 2910 char be_container_ds[MAXPATHLEN]; in be_check_be_roots_callback() local 2913 if (be_make_container_ds(zpool, be_container_ds, in be_check_be_roots_callback() 2914 sizeof (be_container_ds)) != BE_SUCCESS) { in be_check_be_roots_callback() 2922 if (strncmp(be_container_ds, ds, strlen(be_container_ds)) == 0 && in be_check_be_roots_callback() [all …]
|
H A D | be_list.c | 94 static char be_container_ds[MAXPATHLEN]; variable 391 (void) strcpy(be_container_ds, zone_be_container_ds); in be_get_zone_be_list() 447 if (be_make_container_ds(rpool, be_container_ds, in be_get_list_callback() 448 sizeof (be_container_ds)) != BE_SUCCESS) { in be_get_list_callback() 473 open_ds = be_container_ds; in be_get_list_callback() 590 str = str + (strlen(be_container_ds) + 1); in be_add_children_callback()
|
H A D | be_create.c | 2952 char be_container_ds[MAXPATHLEN]; in be_create_container_ds() local 2955 if (be_make_container_ds(zpool, be_container_ds, in be_create_container_ds() 2956 sizeof (be_container_ds)) != BE_SUCCESS) { in be_create_container_ds() 2962 if (!zfs_dataset_exists(g_zfs, be_container_ds, ZFS_TYPE_FILESYSTEM)) { in be_create_container_ds() 2987 if (zfs_create(g_zfs, be_container_ds, ZFS_TYPE_FILESYSTEM, in be_create_container_ds() 2991 be_container_ds, libzfs_error_description(g_zfs)); in be_create_container_ds()
|