Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm/kernel/
Dsys_oabi-compat.c248 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/
Dfcntl.c454 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/
Dsecurity.h400 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/
Dsecurity.c2788 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function