Home
last modified time | relevance | path

Searched refs:MS_NOSUID (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/affs/
Dsuper.c397 sb->s_flags |= MS_NODEV | MS_NOSUID; in affs_read_super()
/linux-2.4.37.9/fs/
Dnamespace.c722 if (flags & MS_NOSUID) in do_mount()
728 flags &= ~(MS_NOSUID|MS_NOEXEC|MS_NODEV); in do_mount()
/linux-2.4.37.9/arch/sparc/kernel/
Dsys_sunos.c782 linux_flags |= MS_NOSUID; in sunos_mount()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sunos32.c748 linux_flags |= MS_NOSUID; in sunos_mount()
/linux-2.4.37.9/include/linux/
Dfs.h102 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro