Searched refs:ima_file_check (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | ima.h | 18 extern int ima_file_check(struct file *file, int mask, int opened); 30 static inline int ima_file_check(struct file *file, int mask, int opened) in ima_file_check() function
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_main.c | 305 int ima_file_check(struct file *file, int mask, int opened) in ima_file_check() function 311 EXPORT_SYMBOL_GPL(ima_file_check);
|
/linux-4.4.14/fs/nfsd/ |
D | vfs.c | 704 host_err = ima_file_check(file, may_flags, 0); in nfsd_open()
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 2324 bash-1994 [000] .... 4342.324897: ima_file_check <-do_last 2325 bash-1994 [000] .... 4342.324898: process_measurement <-ima_file_check
|
/linux-4.4.14/fs/ |
D | namei.c | 3195 error = ima_file_check(file, op->acc_mode, *opened); in do_last()
|