Searched refs:MS_NOSUID (Results 1 – 5 of 5) sorted by relevance
397 sb->s_flags |= MS_NODEV | MS_NOSUID; in affs_read_super()
722 if (flags & MS_NOSUID) in do_mount()728 flags &= ~(MS_NOSUID|MS_NOEXEC|MS_NODEV); in do_mount()
782 linux_flags |= MS_NOSUID; in sunos_mount()
748 linux_flags |= MS_NOSUID; in sunos_mount()
102 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro