Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmount.h27 #define MNT_NOEXEC 0x04 macro
47 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/linux-6.15/mm/
H A Dsecretmem.c290 secretmem_mnt->mnt_flags |= MNT_NOEXEC; in secretmem_init()
/linux-6.15/scripts/gdb/linux/
H A Dconstants.py.in78 LX_VALUE(MNT_NOEXEC)
/linux-6.15/fs/
H A Dproc_namespace.c69 { MNT_NOEXEC, ",noexec" }, in show_vfsmnt_opts()
H A Dstatfs.c24 if (mnt_flags & MNT_NOEXEC) in flags_by_mnt()
H A Dnamespace.c2547 if (flags & MNT_NOEXEC) in lock_mnt_tree()
3231 !(mnt_flags & MNT_NOEXEC)) in can_change_locked_flags()
4168 mnt_flags |= MNT_NOEXEC; in path_mount()
4464 mnt_flags |= MNT_NOEXEC; in attr_flags_to_mnt_flags()
5355 if (mnt_flags & MNT_NOEXEC) in mnt_to_attr_flags()
H A Dexec.c114 return (path->mnt->mnt_flags & MNT_NOEXEC) || in path_noexec()