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.c1575 .unlocked_ioctl = cifs_ioctl,
1595 .unlocked_ioctl = cifs_ioctl,
1614 .unlocked_ioctl = cifs_ioctl,
1633 .unlocked_ioctl = cifs_ioctl,
1651 .unlocked_ioctl = cifs_ioctl,
1668 .unlocked_ioctl = cifs_ioctl,
1680 .unlocked_ioctl = cifs_ioctl,
H A Dioctl.c96 if (fd_file(src_file)->f_op->unlocked_ioctl != cifs_ioctl) { in cifs_ioctl_copychunk()
348 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() function