Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/kernel/
Dsys_oabi-compat.c245 err = security_file_fcntl(f.file, cmd, arg); in sys_oabi_fcntl64()
259 err = security_file_fcntl(f.file, cmd, arg); in sys_oabi_fcntl64()
/linux-5.19.10/fs/
Dfcntl.c451 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3()
478 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3()
615 err = security_file_fcntl(f.file, cmd, arg); in do_compat_fcntl64()
/linux-5.19.10/include/linux/
Dsecurity.h390 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg);
983 static inline int security_file_fcntl(struct file *file, unsigned int cmd, in security_file_fcntl() function
/linux-5.19.10/security/
Dsecurity.c1620 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function