Searched refs:security_file_fcntl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/ |
D | fcntl.c | 369 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3() 394 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3()
|
/linux-4.4.14/include/linux/ |
D | security.h | 287 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg); 784 static inline int security_file_fcntl(struct file *file, unsigned int cmd, in security_file_fcntl() function
|
/linux-4.4.14/security/ |
D | security.c | 815 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function
|