Lines Matching defs:filep
38 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep,
41 struct inode *inode = file_inode(filep);
44 struct dentry *dentry = filep->f_path.dentry;
69 filep->private_data ? 0 : 1, p);
164 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg)
166 struct inode *inode = file_inode(filep);
170 struct cifsFileInfo *pSMBFile = filep->private_data;
241 rc = cifs_ioctl_copychunk(xid, filep, arg);
244 rc = cifs_ioctl_query_info(xid, filep, arg);
319 filep, (void __user *)arg);