Searched refs:do_vfs_ioctl (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/fs/
H A Dioctl.c552 * do_vfs_ioctl() is not for drivers and not intended to be EXPORT_SYMBOL()'d.
555 int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd, do_vfs_ioctl() function
622 error = do_vfs_ioctl(f.file, fd, cmd, arg); SYSCALL_DEFINE3()
H A Dcompat_ioctl.c1516 return do_vfs_ioctl(file, fd, cmd, arg); do_ioctl_trans()
1614 error = do_vfs_ioctl(f.file, fd, cmd, arg); COMPAT_SYSCALL_DEFINE3()
/linux-4.4.14/kernel/
H A Dlatencytop.c39 * 70 59433 4897 i915_irq_wait drm_ioctl vfs_ioctl do_vfs_ioctl sys_ioctl
/linux-4.4.14/include/linux/
H A Dfs.h2777 extern int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd,

Completed in 185 milliseconds