Searched refs:security_file_fcntl (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/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-v5.4/include/linux/ | 
| D | security.h | 367 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg);929 static inline int security_file_fcntl(struct file *file, unsigned int cmd,  in security_file_fcntl()  function
 
 | 
| /Linux-v5.4/security/ | 
| D | security.c | 1472 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg)  in security_file_fcntl()  function
 |