Searched refs:MNT_FORCE (Results 1 – 4 of 4) sorted by relevance
85 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH.
1724 flags & (MNT_FORCE | MNT_DETACH)) in do_umount()1752 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()1881 if (flags & MNT_FORCE && !capable(CAP_SYS_ADMIN)) in can_umount()1909 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) in ksys_umount()
1153 #ifdef MNT_FORCE1154 FLAG_GENERIC(MNT_FORCE),
1150 #define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */ macro