Searched refs:ima_file_mmap (Results 1 – 3 of 3) sorted by relevance
22 extern int ima_file_mmap(struct file *file, unsigned long prot);50 static inline int ima_file_mmap(struct file *file, unsigned long prot) in ima_file_mmap() function
167 int ima_file_mmap(struct file *file, unsigned long prot) in ima_file_mmap() function
654 return ima_file_mmap(file, prot); in security_file_mmap()