Searched refs:cifs_ioctl (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/cifs/ |
| 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
|
| D | cifsfs.c | 1228 .unlocked_ioctl = cifs_ioctl, 1247 .unlocked_ioctl = cifs_ioctl, 1265 .unlocked_ioctl = cifs_ioctl, 1284 .unlocked_ioctl = cifs_ioctl, 1302 .unlocked_ioctl = cifs_ioctl, 1319 .unlocked_ioctl = cifs_ioctl, 1331 .unlocked_ioctl = cifs_ioctl,
|
| D | cifsfs.h | 150 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
|