Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmount.h26 #define MNT_NOEXEC 0x04 macro
45 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/linux-4.4.14/fs/
Dstatfs.c22 if (mnt_flags & MNT_NOEXEC) in flags_by_mnt()
Dproc_namespace.c66 { MNT_NOEXEC, ",noexec" }, in show_mnt_opts()
Dnamespace.c1002 if (mnt->mnt.mnt_flags & MNT_NOEXEC) in clone_mnt()
2193 !(mnt_flags & MNT_NOEXEC)) { in do_remount()
2693 mnt_flags |= MNT_NOEXEC; in do_mount()
3252 !(new_flags & MNT_NOEXEC)) in fs_fully_visible()
Dexec.c103 return (path->mnt->mnt_flags & MNT_NOEXEC) || in path_noexec()