Searched refs:MNT_FORCE (Results 1 – 5 of 5) sorted by relevance
43 #define MNT_FORCE 1 macro
275 if (umount2(kApexMountForTest, MNT_FORCE | UMOUNT_NOFOLLOW) != 0) { in SetUpApexTestEnvironment()
347 umount2(mount_point, MNT_FORCE); in run_fuse_sideload()
139 int r = umount2(mnt_dir_.c_str(), force ? MNT_FORCE : 0); in Umount()
1406 if (::umount2(dir, MNT_FORCE) == 0 || errno == EINVAL || errno == ENOENT) { in IncFs_Unmount()