Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dmount.h27 #define MNT_NOEXEC 0x04 macro
47 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/linux-6.3-rc2/scripts/gdb/linux/
A Dconstants.py.in60 LX_VALUE(MNT_NOEXEC)
/linux-6.3-rc2/mm/
A Dsecretmem.c289 secretmem_mnt->mnt_flags |= MNT_NOEXEC; in secretmem_init()
/linux-6.3-rc2/fs/
A Dproc_namespace.c69 { MNT_NOEXEC, ",noexec" }, in show_mnt_opts()
A Dstatfs.c24 if (mnt_flags & MNT_NOEXEC) in flags_by_mnt()
A Dnamespace.c2078 if (flags & MNT_NOEXEC) in lock_mnt_tree()
2580 !(mnt_flags & MNT_NOEXEC)) in can_change_locked_flags()
3332 mnt_flags |= MNT_NOEXEC; in path_mount()
3626 mnt_flags |= MNT_NOEXEC; in attr_flags_to_mnt_flags()
A Dexec.c111 return (path->mnt->mnt_flags & MNT_NOEXEC) || in path_noexec()

Completed in 21 milliseconds