Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmount.h28 #define MNT_NOEXEC 0x04 macro
47 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/Linux-v5.4/scripts/gdb/linux/
Dconstants.py.in60 LX_VALUE(MNT_NOEXEC)
/Linux-v5.4/fs/
Dproc_namespace.c69 { MNT_NOEXEC, ",noexec" }, in show_mnt_opts()
Dstatfs.c24 if (mnt_flags & MNT_NOEXEC) in flags_by_mnt()
Dnamespace.c1919 if (flags & MNT_NOEXEC) in lock_mnt_tree()
2433 !(mnt_flags & MNT_NOEXEC)) in can_change_locked_flags()
3103 mnt_flags |= MNT_NOEXEC; in do_mount()
3405 mnt_flags |= MNT_NOEXEC; in SYSCALL_DEFINE3()
Dexec.c110 return (path->mnt->mnt_flags & MNT_NOEXEC) || in path_noexec()