reqprot          1606 include/linux/lsm_hooks.h 	int (*mmap_file)(struct file *file, unsigned long reqprot,
reqprot          1608 include/linux/lsm_hooks.h 	int (*file_mprotect)(struct vm_area_struct *vma, unsigned long reqprot,
reqprot           151 include/linux/security.h extern int cap_mmap_file(struct file *file, unsigned long reqprot,
reqprot           366 include/linux/security.h int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot,
reqprot           920 include/linux/security.h 					 unsigned long reqprot,
reqprot           489 mm/mprotect.c  	unsigned long nstart, end, tmp, reqprot;
reqprot           513 mm/mprotect.c  	reqprot = prot;
reqprot           580 mm/mprotect.c  		error = security_file_mprotect(vma, reqprot, prot);
reqprot           602 mm/mprotect.c  		prot = reqprot;
reqprot           503 security/apparmor/lsm.c static int apparmor_mmap_file(struct file *file, unsigned long reqprot,
reqprot           510 security/apparmor/lsm.c 				  unsigned long reqprot, unsigned long prot)
reqprot          1335 security/commoncap.c int cap_mmap_file(struct file *file, unsigned long reqprot,
reqprot          1461 security/security.c int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot,
reqprot          1464 security/security.c 	return call_int_hook(file_mprotect, 0, vma, reqprot, prot);
reqprot          3705 security/selinux/hooks.c static int selinux_mmap_file(struct file *file, unsigned long reqprot,
reqprot          3721 security/selinux/hooks.c 		prot = reqprot;
reqprot          3728 security/selinux/hooks.c 				 unsigned long reqprot,
reqprot          3735 security/selinux/hooks.c 		prot = reqprot;
reqprot          1657 security/smack/smack_lsm.c 			   unsigned long reqprot, unsigned long prot,