Searched refs:security_file_fcntl (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/arm/kernel/ |
A D | sys_oabi-compat.c | 246 err = security_file_fcntl(f.file, cmd, arg); in sys_oabi_fcntl64() 260 err = security_file_fcntl(f.file, cmd, arg); in sys_oabi_fcntl64()
|
/linux-6.3-rc2/fs/ |
A D | fcntl.c | 453 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3() 480 err = security_file_fcntl(f.file, cmd, arg); in SYSCALL_DEFINE3() 617 err = security_file_fcntl(f.file, cmd, arg); in do_compat_fcntl64()
|
/linux-6.3-rc2/include/linux/ |
A D | security.h | 399 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg); 1018 static inline int security_file_fcntl(struct file *file, unsigned int cmd, in security_file_fcntl() function
|
/linux-6.3-rc2/security/ |
A D | security.c | 1694 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function
|
Completed in 22 milliseconds