MNT_NOSUID       1916 fs/namespace.c 		if (flags & MNT_NOSUID)
MNT_NOSUID       2429 fs/namespace.c 	    !(mnt_flags & MNT_NOSUID))
MNT_NOSUID       3099 fs/namespace.c 		mnt_flags |= MNT_NOSUID;
MNT_NOSUID       3401 fs/namespace.c 		mnt_flags |= MNT_NOSUID;
MNT_NOSUID       3939 fs/namespace.c 	return !(mnt->mnt_flags & MNT_NOSUID) && check_mnt(real_mount(mnt)) &&
MNT_NOSUID         67 fs/proc_namespace.c 		{ MNT_NOSUID, ",nosuid" },
MNT_NOSUID         20 fs/statfs.c    	if (mnt_flags & MNT_NOSUID)
MNT_NOSUID         47 include/linux/mount.h #define MNT_USER_SETTABLE_MASK  (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \