Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/filesystems/
H A Dautomount-support.rst85 umount(). This flag is considered incompatible with MNT_FORCE and MNT_DETACH.
/openbmc/linux/fs/
H A Dnamespace.c1724 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()
/openbmc/qemu/linux-user/
H A Dstrace.c1153 #ifdef MNT_FORCE
1154 FLAG_GENERIC(MNT_FORCE),
/openbmc/linux/include/linux/
H A Dfs.h1150 #define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */ macro