Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/include/linux/
Dsecurity.h374 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg);
948 static inline int security_file_fcntl(struct file *file, unsigned int cmd, in security_file_fcntl() function
/Linux-v5.10/security/
Dsecurity.c1550 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function