Searched refs:cifs_ioctl (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/fs/cifs/ |
H A D | cifs_ioctl.h | 2 * fs/cifs/cifs_ioctl.h
|
H A D | ioctl.c | 34 #include "cifs_ioctl.h" 70 if (src_file.file->f_op->unlocked_ioctl != cifs_ioctl) { cifs_ioctl_clone() 183 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) cifs_ioctl() function
|
H A D | cifsfs.c | 928 .unlocked_ioctl = cifs_ioctl, 944 .unlocked_ioctl = cifs_ioctl, 960 .unlocked_ioctl = cifs_ioctl, 976 .unlocked_ioctl = cifs_ioctl, 991 .unlocked_ioctl = cifs_ioctl, 1006 .unlocked_ioctl = cifs_ioctl, 1016 .unlocked_ioctl = cifs_ioctl,
|
H A D | cifsfs.h | 129 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
|
Completed in 80 milliseconds