Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dmount.h17 #define MNT_NOEXEC 4 macro
/linux-2.4.37.9/fs/
Dnamespace.c208 { MNT_NOEXEC, ",noexec" }, in show_vfsmnt()
727 mnt_flags |= MNT_NOEXEC; in do_mount()
Dexec.c387 if (!(nd.mnt->mnt_flags & MNT_NOEXEC) && in open_exec()
/linux-2.4.37.9/mm/
Dmmap.c410 if ((prot & PROT_EXEC) && (file->f_vfsmnt->mnt_flags & MNT_NOEXEC)) in do_mmap_pgoff()