Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsfs.c1528 .unlocked_ioctl = cifs_ioctl,
1548 .unlocked_ioctl = cifs_ioctl,
1567 .unlocked_ioctl = cifs_ioctl,
1586 .unlocked_ioctl = cifs_ioctl,
1604 .unlocked_ioctl = cifs_ioctl,
1621 .unlocked_ioctl = cifs_ioctl,
1633 .unlocked_ioctl = cifs_ioctl,
H A Dioctl.c97 if (fd_file(src_file)->f_op->unlocked_ioctl != cifs_ioctl) { in cifs_ioctl_copychunk()
349 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() function