Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/sys/
H A Dmount.h43 #define MNT_FORCE 1 macro
/aosp12/system/apex/apexd/
H A Dapexd_test_utils.h275 if (umount2(kApexMountForTest, MNT_FORCE | UMOUNT_NOFOLLOW) != 0) { in SetUpApexTestEnvironment()
/aosp12/bootable/recovery/fuse_sideload/
H A Dfuse_sideload.cpp347 umount2(mount_point, MNT_FORCE); in run_fuse_sideload()
/aosp12/system/core/init/
H A Dreboot.cpp139 int r = umount2(mnt_dir_.c_str(), force ? MNT_FORCE : 0); in Umount()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp1406 if (::umount2(dir, MNT_FORCE) == 0 || errno == EINVAL || errno == ENOENT) { in IncFs_Unmount()