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

/linux-4.1.27/fs/
H A Dnamespace.c1456 flags & (MNT_FORCE | MNT_DETACH)) do_umount()
1484 if (flags & MNT_FORCE && sb->s_op->umount_begin) { do_umount()
1591 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW)) SYSCALL_DEFINE2()
1612 if (flags & MNT_FORCE && !capable(CAP_SYS_ADMIN)) SYSCALL_DEFINE2()
/linux-4.1.27/include/linux/
H A Dsecurity.h294 * @flags contains the unmount flags, e.g. MNT_FORCE.
H A Dfs.h1245 #define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */ macro

Completed in 133 milliseconds