Home
last modified time | relevance | path

Searched refs:MNT_LOCK_NOSUID (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dmount.h57 #define MNT_LOCK_NOSUID 0x100000 macro
/linux-4.4.14/fs/
Dnamespace.c1000 mnt->mnt.mnt_flags |= MNT_LOCK_NOSUID; in clone_mnt()
2188 if ((mnt->mnt.mnt_flags & MNT_LOCK_NOSUID) && in do_remount()
3237 mnt_flags &= ~(MNT_LOCK_NOSUID | MNT_LOCK_NOEXEC); in fs_fully_visible()
3248 if ((mnt_flags & MNT_LOCK_NOSUID) && in fs_fully_visible()
3274 MNT_LOCK_NOSUID | \ in fs_fully_visible()