Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmount.h27 #define MNT_NOEXEC 0x04 macro
46 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/Linux-v4.19/scripts/gdb/linux/
Dconstants.py.in50 LX_VALUE(MNT_NOEXEC)
/Linux-v4.19/fs/
Dproc_namespace.c69 { MNT_NOEXEC, ",noexec" }, in show_mnt_opts()
Dstatfs.c24 if (mnt_flags & MNT_NOEXEC) in flags_by_mnt()
Dnamespace.c1031 if (mnt->mnt.mnt_flags & MNT_NOEXEC) in clone_mnt()
2260 !(mnt_flags & MNT_NOEXEC)) { in do_remount()
2750 mnt_flags |= MNT_NOEXEC; in do_mount()
Dexec.c109 return (path->mnt->mnt_flags & MNT_NOEXEC) || in path_noexec()