Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/linux/
Dsecurity.h1869 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg);
2365 static inline int security_file_fcntl(struct file *file, unsigned int cmd, in security_file_fcntl() function
/linux-4.1.27/security/
Dsecurity.c795 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function