Lines Matching refs:filep
26 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep, in cifs_ioctl_query_info() argument
29 struct inode *inode = file_inode(filep); in cifs_ioctl_query_info()
32 struct dentry *dentry = filep->f_path.dentry; in cifs_ioctl_query_info()
60 filep->private_data ? 0 : 1, p); in cifs_ioctl_query_info()
313 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg) in cifs_ioctl() argument
315 struct inode *inode = file_inode(filep); in cifs_ioctl()
319 struct cifsFileInfo *pSMBFile = filep->private_data; in cifs_ioctl()
392 rc = cifs_ioctl_copychunk(xid, filep, arg); in cifs_ioctl()
395 rc = cifs_ioctl_query_info(xid, filep, arg); in cifs_ioctl()
487 filep, (void __user *)arg, in cifs_ioctl()
509 filep, (void __user *)arg, in cifs_ioctl()