Searched refs:do_vfs_ioctl (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | internal.h | 185 extern int do_vfs_ioctl(struct file *file, unsigned int fd, unsigned int cmd,
|
D | ioctl.c | 635 int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd, in do_vfs_ioctl() function 714 error = do_vfs_ioctl(f.file, fd, cmd, arg); in ksys_ioctl()
|
D | compat_ioctl.c | 1072 error = do_vfs_ioctl(f.file, fd, cmd, arg); in COMPAT_SYSCALL_DEFINE3()
|