Searched refs:security_file_fcntl (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/ |
D | fcntl.c | 458 err = security_file_fcntl(filp, cmd, arg); in SYSCALL_DEFINE3() 490 err = security_file_fcntl(filp, cmd, arg); in SYSCALL_DEFINE3()
|
/linux-2.6.39/include/linux/ |
D | security.h | 1749 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg); 2231 static inline int security_file_fcntl(struct file *file, unsigned int cmd, in security_file_fcntl() function
|
/linux-2.6.39/security/ |
D | security.c | 668 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function
|