Searched refs:be_unmount_zone_root (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dlibbe_priv.h163 int be_unmount_zone_root(zfs_handle_t *, be_unmount_data_t *);
H A Dbe_mount.c548 if ((ret = be_unmount_zone_root(zhp, &ud)) != BE_SUCCESS) {
634 * Function: be_unmount_zone_root
646 be_unmount_zone_root(zfs_handle_t *zhp, be_unmount_data_t *ud) function
652 be_print_err(gettext("be_unmount_zone_root: failed to "
661 be_print_err(gettext("be_unmount_zone_root: failed to "
671 be_print_err(gettext("be_unmount_zone_root: "
833 if ((err = be_unmount_zone_root(zhp, &zone_ud)) != BE_SUCCESS) {
2672 if ((ret = be_unmount_zone_root(zone_zhp, &zone_ud)) != BE_SUCCESS) {
H A Dbe_utils.c2278 if (be_unmount_zone_root(zhp, &ud) == BE_SUCCESS) {

Completed in 72 milliseconds