Home
last modified time | relevance | path

Searched refs:SB_I_NOEXEC (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/proc/
H A Droot.c174 s->s_iflags |= SB_I_USERNS_VISIBLE | SB_I_NOEXEC | SB_I_NODEV; in proc_fill_super()
/openbmc/linux/fs/kernfs/
H A Dmount.c257 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in kernfs_fill_super()
/openbmc/linux/drivers/android/
H A Dbinderfs.c677 sb->s_iflags |= SB_I_NOEXEC; in binderfs_fill_super()
/openbmc/linux/ipc/
H A Dmqueue.c409 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in mqueue_fill_super()
/openbmc/linux/fs/
H A Dexec.c113 (path->mnt->mnt_sb->s_iflags & SB_I_NOEXEC); in path_noexec()
H A Daio.c283 fc->s_iflags |= SB_I_NOEXEC; in aio_init_fs_context()
H A Dnamespace.c4904 const unsigned long required_iflags = SB_I_NOEXEC | SB_I_NODEV; in mount_too_revealing()
/openbmc/linux/include/linux/
H A Dfs.h1158 #define SB_I_NOEXEC 0x00000002 /* Ignore executables on this fs */ macro