Searched refs:cifs_ioctl (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | ioctl.c | 64 if (src_file.file->f_op->unlocked_ioctl != cifs_ioctl) { in cifs_ioctl_copychunk() 121 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() function
|
D | cifsfs.c | 1137 .unlocked_ioctl = cifs_ioctl, 1156 .unlocked_ioctl = cifs_ioctl, 1175 .unlocked_ioctl = cifs_ioctl, 1194 .unlocked_ioctl = cifs_ioctl, 1212 .unlocked_ioctl = cifs_ioctl, 1230 .unlocked_ioctl = cifs_ioctl, 1242 .unlocked_ioctl = cifs_ioctl,
|
D | cifsfs.h | 149 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
|