file_mprotect    1608 include/linux/lsm_hooks.h 	int (*file_mprotect)(struct vm_area_struct *vma, unsigned long reqprot,
file_mprotect    1912 include/linux/lsm_hooks.h 	struct hlist_head file_mprotect;
file_mprotect    1182 security/apparmor/lsm.c 	LSM_HOOK_INIT(file_mprotect, apparmor_file_mprotect),
file_mprotect    1464 security/security.c 	return call_int_hook(file_mprotect, 0, vma, reqprot, prot);
file_mprotect    6910 security/selinux/hooks.c 	LSM_HOOK_INIT(file_mprotect, selinux_file_mprotect),