Searched refs:security_file_fcntl (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/arch/arm/kernel/ |
D | sys_oabi-compat.c | 248 err = security_file_fcntl(f.file, cmd, arg); in sys_oabi_fcntl64() 262 err = security_file_fcntl(f.file, cmd, arg); in sys_oabi_fcntl64()
|
/linux-6.6.21/fs/ |
D | fcntl.c | 454 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3() 481 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3() 618 err = security_file_fcntl(f.file, cmd, arg); in do_compat_fcntl64()
|
/linux-6.6.21/include/linux/ |
D | security.h | 400 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg); 1022 static inline int security_file_fcntl(struct file *file, unsigned int cmd, in security_file_fcntl() function
|
/linux-6.6.21/security/ |
D | security.c | 2788 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function
|