Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A Dautomount-support.rst85 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH.
/linux/fs/
H A Dnamespace.c1882 flags & (MNT_FORCE | MNT_DETACH)) in do_umount()
1910 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
2029 if (flags & MNT_FORCE && !ns_capable(sb->s_user_ns, CAP_SYS_ADMIN)) in can_umount()
2057 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) in ksys_umount()
/linux/include/linux/
H A Dfs.h1402 #define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */ macro