Searched refs:security_file_fcntl (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fcntl.c | 469 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3() 496 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3() 633 err = security_file_fcntl(f.file, cmd, arg); in do_compat_fcntl64()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | security.h | 378 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg); 959 static inline int security_file_fcntl(struct file *file, unsigned int cmd, in security_file_fcntl() function
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 1538 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function
|