Searched refs:MNT_NOEXEC (Results 1 – 6 of 6) sorted by relevance
27 #define MNT_NOEXEC 0x04 macro46 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
50 LX_VALUE(MNT_NOEXEC)
69 { MNT_NOEXEC, ",noexec" }, in show_mnt_opts()
24 if (mnt_flags & MNT_NOEXEC) in flags_by_mnt()
1031 if (mnt->mnt.mnt_flags & MNT_NOEXEC) in clone_mnt()2260 !(mnt_flags & MNT_NOEXEC)) { in do_remount()2750 mnt_flags |= MNT_NOEXEC; in do_mount()
109 return (path->mnt->mnt_flags & MNT_NOEXEC) || in path_noexec()