Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c469 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 Dsecurity.h378 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 Dsecurity.c1538 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function