Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/fs/
Dfcntl.c452 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3()
479 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3()
616 err = security_file_fcntl(f.file, cmd, arg); in do_compat_fcntl64()
/linux-6.1.9/include/linux/
Dsecurity.h393 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg);
989 static inline int security_file_fcntl(struct file *file, unsigned int cmd, in security_file_fcntl() function
/linux-6.1.9/security/
Dsecurity.c1623 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function