Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/filesystems/
Dautomount-support.rst85 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH.
/Linux-v5.10/fs/
Dnamespace.c1573 flags & (MNT_FORCE | MNT_DETACH)) in do_umount()
1601 if (flags & MNT_FORCE && sb->s_op->umount_begin) { in do_umount()
1713 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) in can_umount()
1723 if (flags & MNT_FORCE && !capable(CAP_SYS_ADMIN)) in can_umount()
/Linux-v5.10/include/linux/
Dfs.h1379 #define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */ macro