Searched refs:security_file_fcntl (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/ |
D | fcntl.c | 461 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3() 488 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3() 625 err = security_file_fcntl(f.file, cmd, arg); in do_compat_fcntl64()
|
/linux-4.19.296/include/linux/ |
D | security.h | 331 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg); 860 static inline int security_file_fcntl(struct file *file, unsigned int cmd, in security_file_fcntl() function
|