Home
last modified time | relevance | path

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

/fs/incfs/
Dvfs.c55 static long dispatch_ioctl(struct file *f, unsigned int req, unsigned long arg);
110 .unlocked_ioctl = dispatch_ioctl,
111 .compat_ioctl = dispatch_ioctl
132 .unlocked_ioctl = dispatch_ioctl,
133 .compat_ioctl = dispatch_ioctl
142 .unlocked_ioctl = dispatch_ioctl,
143 .compat_ioctl = dispatch_ioctl
152 .unlocked_ioctl = dispatch_ioctl,
153 .compat_ioctl = dispatch_ioctl
1389 static long dispatch_ioctl(struct file *f, unsigned int req, unsigned long arg) in dispatch_ioctl() function