Lines Matching refs:file
20 extern int ima_file_check(struct file *file, int mask);
23 extern void ima_file_free(struct file *file);
24 extern int ima_file_mmap(struct file *file, unsigned long reqprot,
30 extern int ima_read_file(struct file *file, enum kernel_read_file_id id,
32 extern int ima_post_read_file(struct file *file, void *buf, loff_t size,
36 extern int ima_file_hash(struct file *file, char *buf, size_t buf_size);
80 static inline int ima_file_check(struct file *file, int mask) in ima_file_check() argument
90 static inline void ima_file_free(struct file *file) in ima_file_free() argument
95 static inline int ima_file_mmap(struct file *file, unsigned long reqprot, in ima_file_mmap() argument
119 static inline int ima_read_file(struct file *file, enum kernel_read_file_id id, in ima_read_file() argument
125 static inline int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file() argument
137 static inline int ima_file_hash(struct file *file, char *buf, size_t buf_size) in ima_file_hash() argument