Home
last modified time | relevance | path

Searched refs:security_file_ioctl (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dioctl.c591 error = security_file_ioctl(fd_file(f), cmd, arg); in SYSCALL_DEFINE3()
/linux/include/linux/
H A Dsecurity.h475 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
1144 static inline int security_file_ioctl(struct file *file, unsigned int cmd, in security_file_ioctl() function
/linux/security/
H A Dsecurity.c2434 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_ioctl() function
2438 EXPORT_SYMBOL_GPL(security_file_ioctl);