Home
last modified time | relevance | path

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.h169 int be_unmount_zone_root(zfs_handle_t *, be_unmount_data_t *);
H A Dbe_mount.c558 if ((ret = be_unmount_zone_root(zhp, &ud)) != BE_SUCCESS) { in _be_unmount()
656 be_unmount_zone_root(zfs_handle_t *zhp, be_unmount_data_t *ud) in be_unmount_zone_root() function
843 if ((err = be_unmount_zone_root(zhp, &zone_ud)) != BE_SUCCESS) { in be_get_legacy_fs()
2627 if ((ret = be_unmount_zone_root(zone_zhp, &zone_ud)) != BE_SUCCESS) { in be_unmount_one_zone()
H A Dbe_utils.c2363 if (be_unmount_zone_root(zhp, &ud) == BE_SUCCESS) { in be_update_zone_vfstab()