Home
last modified time | relevance | path

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

/linux-4.4.14/fs/sysfs/
Dmount.c45 root->d_sb->s_iflags |= SB_I_NOEXEC; in sysfs_mount()
/linux-4.4.14/fs/proc/
Droot.c145 sb->s_iflags |= SB_I_NOEXEC; in proc_mount()
/linux-4.4.14/fs/
Dexec.c104 (path->mnt->mnt_sb->s_iflags & SB_I_NOEXEC); in path_noexec()
Dnamespace.c3236 if (mnt->mnt.mnt_sb->s_iflags & SB_I_NOEXEC) in fs_fully_visible()
/linux-4.4.14/include/linux/
Dfs.h1266 #define SB_I_NOEXEC 0x00000002 /* Ignore executables on this fs */ macro