Searched refs:MNT_FORCE (Results 1 – 7 of 7) sorted by relevance
47 #define MNT_FORCE 1 macro
282 if ((U32)flag & MNT_FORCE) { in OsVfsUmount2()
85 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH.
382 if ((UINT32)flag & MNT_FORCE) { in umount2()
1577 flags & (MNT_FORCE | MNT_DETACH)) in do_umount()1605 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()1729 if (flags & MNT_FORCE && !capable(CAP_SYS_ADMIN)) in can_umount()1757 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) in ksys_umount()
335 flags = MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW; in FatfsUmount2()
1386 #define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */ macro