Searched refs:_be_unmount (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 781 (void) _be_unmount(bt->obe_name, 0); in be_get_grub_vers() 1191 (void) _be_unmount(bt->obe_name, 0); in be_do_copy_grub_cap() 1399 (void) _be_unmount(bt->obe_name, 0); in be_do_installboot() 1419 (void) _be_unmount(bt->obe_name, 0); in be_do_installboot() 1451 (void) _be_unmount(bt->obe_name, 0); in be_do_installboot() 1534 (void) _be_unmount(be_name, 0); in be_promote_zone_ds() 1596 (void) _be_unmount(be_name, 0); in be_promote_zone_ds()
|
H A D | libbe_priv.h | 165 int _be_unmount(char *, int);
|
H A D | be_create.c | 568 if ((ret = _be_unmount(bt.obe_name, BE_UNMOUNT_FLAG_FORCE)) in be_destroy() 1094 (void) _be_unmount(bt.nbe_name, 0); in be_copy() 1173 if ((ret = _be_unmount(bt.nbe_name, 0)) != BE_SUCCESS) { in be_copy() 1750 if ((ret = _be_unmount(be_name, force_umnt)) != BE_SUCCESS) { in be_destroy_zones() 2335 (void) _be_unmount(obe_name, 0); in be_copy_zones()
|
H A D | be_mount.c | 221 ret = _be_unmount(be_name, flags); in be_unmount() 424 _be_unmount(char *be_name, int flags) in _be_unmount() function 854 if ((err = _be_unmount(be_name, 0)) != BE_SUCCESS) { in be_get_legacy_fs()
|
H A D | be_utils.c | 282 (void) _be_unmount(node->be_node_name, BE_UNMOUNT_FLAG_FORCE); in be_get_boot_args() 2280 if ((err = _be_unmount(be_name, 0)) == BE_SUCCESS) { in be_update_vfstab()
|