Searched refs:MNT_NOEXEC (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dmount.h27 #define MNT_NOEXEC 0x04 macro
47 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/linux-master/mm/
H A Dsecretmem.c291 secretmem_mnt->mnt_flags |= MNT_NOEXEC;
/linux-master/fs/
H A Dproc_namespace.c69 { MNT_NOEXEC, ",noexec" },
H A Dstatfs.c24 if (mnt_flags & MNT_NOEXEC)
H A Dnamespace.c2170 if (flags & MNT_NOEXEC)
2766 !(mnt_flags & MNT_NOEXEC))
3639 mnt_flags |= MNT_NOEXEC;
3930 mnt_flags |= MNT_NOEXEC;
4735 if (mnt_flags & MNT_NOEXEC)
H A Dexec.c113 return (path->mnt->mnt_flags & MNT_NOEXEC) ||

Completed in 147 milliseconds