Home
last modified time | relevance | path

Searched refs:_be_unmount (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libbe/common/
H A Dbe_activate.c673 (void) _be_unmount(bt->obe_name, 0); in be_get_grub_vers()
962 (void) _be_unmount(bt->obe_name, 0); in be_do_installgrub()
1111 (void) _be_unmount(bt->obe_name, 0); in be_do_installgrub()
1194 (void) _be_unmount(be_name, 0); in be_promote_zone_ds()
1256 (void) _be_unmount(be_name, 0); in be_promote_zone_ds()
H A Dlibbe_priv.h151 int _be_unmount(char *, int);
H A Dbe_create.c535 if ((ret = _be_unmount(bt.obe_name, BE_UNMOUNT_FLAG_FORCE)) in be_destroy()
1040 (void) _be_unmount(bt.nbe_name, 0); in be_copy()
1105 if ((ret = _be_unmount(bt.nbe_name, 0)) != BE_SUCCESS) { in be_copy()
1675 if ((ret = _be_unmount(be_name, force_umnt)) != BE_SUCCESS) { in be_destroy_zones()
2258 (void) _be_unmount(obe_name, 0); in be_copy_zones()
H A Dbe_mount.c219 ret = _be_unmount(be_name, flags); in be_unmount()
418 _be_unmount(char *be_name, int flags) in _be_unmount() function
844 if ((err = _be_unmount(be_name, 0)) != BE_SUCCESS) { in be_get_legacy_fs()
H A Dbe_utils.c1977 if ((err = _be_unmount(be_name, 0)) == BE_SUCCESS) { in be_update_vfstab()