Home
last modified time | relevance | path

Searched refs:security_file_fcntl (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/
Dfcntl.c369 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/
Dsecurity.h287 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/
Dsecurity.c815 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function