Searched refs:MNT_NOEXEC (Results 1 – 4 of 4) sorted by relevance
17 #define MNT_NOEXEC 4 macro
208 { MNT_NOEXEC, ",noexec" }, in show_vfsmnt()727 mnt_flags |= MNT_NOEXEC; in do_mount()
387 if (!(nd.mnt->mnt_flags & MNT_NOEXEC) && in open_exec()
410 if ((prot & PROT_EXEC) && (file->f_vfsmnt->mnt_flags & MNT_NOEXEC)) in do_mmap_pgoff()