Searched refs:dispatch_ioctl (Results 1 – 1 of 1) sorted by relevance
53 static long dispatch_ioctl(struct file *f, unsigned int req, unsigned long arg);154 .unlocked_ioctl = dispatch_ioctl,925 static long dispatch_ioctl(struct file *f, unsigned int req, unsigned long arg) in dispatch_ioctl() function968 return dispatch_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in incfs_compat_ioctl()