Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dmount.h26 #define MNT_NOEXEC 0x04 macro
46 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/Linux-v6.1/scripts/gdb/linux/
Dconstants.py.in60 LX_VALUE(MNT_NOEXEC)
/Linux-v6.1/mm/
Dsecretmem.c289 secretmem_mnt->mnt_flags |= MNT_NOEXEC; in secretmem_init()
/Linux-v6.1/fs/
Dproc_namespace.c69 { MNT_NOEXEC, ",noexec" }, in show_mnt_opts()
Dstatfs.c24 if (mnt_flags & MNT_NOEXEC) in flags_by_mnt()
Dnamespace.c2076 if (flags & MNT_NOEXEC) in lock_mnt_tree()
2578 !(mnt_flags & MNT_NOEXEC)) in can_change_locked_flags()
3330 mnt_flags |= MNT_NOEXEC; in path_mount()
3623 mnt_flags |= MNT_NOEXEC; in attr_flags_to_mnt_flags()
Dexec.c110 return (path->mnt->mnt_flags & MNT_NOEXEC) || in path_noexec()