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