Searched refs:SB_I_NOEXEC (Results 1 – 6 of 6) sorted by relevance
174 s->s_iflags |= SB_I_USERNS_VISIBLE | SB_I_NOEXEC | SB_I_NODEV; in proc_fill_super()
684 sb->s_iflags |= SB_I_NOEXEC; in binderfs_fill_super()
409 sb->s_iflags |= SB_I_NOEXEC | SB_I_NODEV; in mqueue_fill_super()
282 fc->s_iflags |= SB_I_NOEXEC; in aio_init_fs_context()
5820 const unsigned long required_iflags = SB_I_NOEXEC | SB_I_NODEV; in mount_too_revealing()
1219 #define SB_I_NOEXEC 0x00000002 /* Ignore executables on this fs */ macro