Searched refs:MS_NOSUID (Results 1 – 7 of 7) sorted by relevance
134 mnt_flags |= MS_NOSUID; in read_mnt_flags()326 if (!test_unpriv_remount_simple(MS_NOSUID)) { in main()
69 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
463 s->s_flags |= MS_NODIRATIME | MS_NOSUID | MS_NOEXEC; in proc_fill_super()
481 sb->s_flags |= MS_NODEV | MS_NOSUID; in affs_fill_super()
11 #define NFS_MS_MASK (MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_SYNCHRONOUS)
524 #define CIFS_MS_MASK (MS_RDONLY | MS_MANDLOCK | MS_NOEXEC | MS_NOSUID | \
2688 if (flags & MS_NOSUID) in do_mount()2711 flags &= ~(MS_NOSUID | MS_NOEXEC | MS_NODEV | MS_ACTIVE | MS_BORN | in do_mount()