Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/kernel/
A Dsys_oabi-compat.c246 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 Dfcntl.c453 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 Dsecurity.h399 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 Dsecurity.c1694 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function

Completed in 22 milliseconds