Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c248 err = security_file_fcntl(fd_file(f), cmd, arg); in sys_oabi_fcntl64()
262 err = security_file_fcntl(fd_file(f), cmd, arg); in sys_oabi_fcntl64()
/linux/fs/
H A Dfcntl.c589 err = security_file_fcntl(fd_file(f), cmd, arg); in SYSCALL_DEFINE3()
613 err = security_file_fcntl(fd_file(f), cmd, arg); in SYSCALL_DEFINE3()
747 err = security_file_fcntl(fd_file(f), cmd, arg); in do_compat_fcntl64()
/linux/include/linux/
H A Dsecurity.h484 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg);
1179 static inline int security_file_fcntl(struct file *file, unsigned int cmd, in security_file_fcntl() function
/linux/security/
H A Dsecurity.c3061 * security_file_fcntl() - Check if fcntl() op is allowed
3074 int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_fcntl() function