Home
last modified time | relevance | path

Searched refs:ima_file_check (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Dima.h20 extern int ima_file_check(struct file *file, int mask);
40 static inline int ima_file_check(struct file *file, int mask) in ima_file_check() function
/linux-4.19.296/fs/nfsd/
Dvfs.c780 host_err = ima_file_check(file, may_flags); in nfsd_open()
/linux-4.19.296/fs/
Dnamei.c3445 error = ima_file_check(file, op->acc_mode); in do_last()