Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dfcntl.c461 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3()
488 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3()
625 err = security_file_fcntl(f.file, cmd, arg); in do_compat_fcntl64()
/Linux-v4.19/include/linux/
Dsecurity.h328 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg);
860 static inline int security_file_fcntl(struct file *file, unsigned int cmd, in security_file_fcntl() function
/Linux-v4.19/security/
Dsecurity.c957 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function