Searched refs:MNT_FORCE (Results 1 - 2 of 2) sorted by path

/linux-master/fs/
H A Dnamespace.c1724 flags & (MNT_FORCE | MNT_DETACH))
1752 if (flags & MNT_FORCE && sb->s_op->umount_begin) {
1883 if (flags & MNT_FORCE && !capable(CAP_SYS_ADMIN))
1911 if (flags & ~(MNT_FORCE | MNT_DETACH | MNT_EXPIRE | UMOUNT_NOFOLLOW))
/linux-master/include/linux/
H A Dfs.h1164 #define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */ macro

Completed in 195 milliseconds