Searched refs:cifs_ioctl (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | ioctl.c | 70 if (src_file.file->f_op->unlocked_ioctl != cifs_ioctl) { in cifs_ioctl_clone() 136 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() function
|
D | cifsfs.c | 922 .unlocked_ioctl = cifs_ioctl, 940 .unlocked_ioctl = cifs_ioctl, 958 .unlocked_ioctl = cifs_ioctl, 976 .unlocked_ioctl = cifs_ioctl, 993 .unlocked_ioctl = cifs_ioctl, 1010 .unlocked_ioctl = cifs_ioctl, 1021 .unlocked_ioctl = cifs_ioctl,
|
D | cifsfs.h | 129 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
|