Searched refs:cifs_ioctl (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsfs.c | 1253 .unlocked_ioctl = cifs_ioctl, 1273 .unlocked_ioctl = cifs_ioctl, 1292 .unlocked_ioctl = cifs_ioctl, 1311 .unlocked_ioctl = cifs_ioctl, 1329 .unlocked_ioctl = cifs_ioctl, 1346 .unlocked_ioctl = cifs_ioctl, 1358 .unlocked_ioctl = cifs_ioctl,
|
| H A D | ioctl.c | 107 if (src_file.file->f_op->unlocked_ioctl != cifs_ioctl) { in cifs_ioctl_copychunk() 164 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() function
|
| H A D | cifsfs.h | 151 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
|