Searched refs:cifs_ioctl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsfs.c | 1262 .unlocked_ioctl = cifs_ioctl, 1282 .unlocked_ioctl = cifs_ioctl, 1301 .unlocked_ioctl = cifs_ioctl, 1320 .unlocked_ioctl = cifs_ioctl, 1338 .unlocked_ioctl = cifs_ioctl, 1355 .unlocked_ioctl = cifs_ioctl, 1367 .unlocked_ioctl = cifs_ioctl,
|
H A D | ioctl.c | 34 #include "cifs_ioctl.h" 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
|
H A D | cifsfs.h | 154 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsfs.h | 142 extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
|
H A D | cifsfs.c | 1527 .unlocked_ioctl = cifs_ioctl, 1547 .unlocked_ioctl = cifs_ioctl, 1566 .unlocked_ioctl = cifs_ioctl, 1585 .unlocked_ioctl = cifs_ioctl, 1603 .unlocked_ioctl = cifs_ioctl, 1620 .unlocked_ioctl = cifs_ioctl, 1632 .unlocked_ioctl = cifs_ioctl,
|
H A D | ioctl.c | 21 #include "cifs_ioctl.h" 98 if (src_file.file->f_op->unlocked_ioctl != cifs_ioctl) { in cifs_ioctl_copychunk() 327 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() function
|
Completed in 6 milliseconds