Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dioctl.c64 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
Dcifsfs.c1135 .unlocked_ioctl = cifs_ioctl,
1154 .unlocked_ioctl = cifs_ioctl,
1173 .unlocked_ioctl = cifs_ioctl,
1192 .unlocked_ioctl = cifs_ioctl,
1210 .unlocked_ioctl = cifs_ioctl,
1228 .unlocked_ioctl = cifs_ioctl,
1240 .unlocked_ioctl = cifs_ioctl,
Dcifsfs.h146 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);