Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbe/common/
H A Dlibbe_priv.h155 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) { in _be_unmount()
646 be_unmount_zone_root(zfs_handle_t *zhp, be_unmount_data_t *ud) in be_unmount_zone_root() function
833 if ((err = be_unmount_zone_root(zhp, &zone_ud)) != BE_SUCCESS) { in be_get_legacy_fs()
2672 if ((ret = be_unmount_zone_root(zone_zhp, &zone_ud)) != BE_SUCCESS) { in be_unmount_one_zone()
H A Dbe_utils.c2060 if (be_unmount_zone_root(zhp, &ud) == BE_SUCCESS) { in be_update_zone_vfstab()