Searched refs:MNT_NOSUID (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dmount.h25 #define MNT_NOSUID 0x01 macro
47 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/linux-master/fs/
H A Dproc_namespace.c67 { MNT_NOSUID, ",nosuid" },
H A Dstatfs.c20 if (mnt_flags & MNT_NOSUID)
H A Dnamespace.c2167 if (flags & MNT_NOSUID)
2762 !(mnt_flags & MNT_NOSUID))
3635 mnt_flags |= MNT_NOSUID;
3926 mnt_flags |= MNT_NOSUID;
4731 if (mnt_flags & MNT_NOSUID)
5368 return !(mnt->mnt_flags & MNT_NOSUID) && check_mnt(real_mount(mnt)) &&

Completed in 118 milliseconds