Searched refs:dispatch_ioctl (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | vfs.c | 48 static long dispatch_ioctl(struct file *f, unsigned int req, unsigned long arg); 147 .unlocked_ioctl = dispatch_ioctl, 899 static long dispatch_ioctl(struct file *f, unsigned int req, unsigned long arg) in dispatch_ioctl() function 942 return dispatch_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in incfs_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/firewire/ |
| H A D | core-cdev.c | 1612 static int dispatch_ioctl(struct client *client, in dispatch_ioctl() function 1646 return dispatch_ioctl(file->private_data, cmd, (void __user *)arg); in fw_device_op_ioctl()
|