Lines Matching defs:filep
26 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep,
29 struct inode *inode = file_inode(filep);
32 struct dentry *dentry = filep->f_path.dentry;
60 filep->private_data ? 0 : 1, p);
327 long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg)
329 struct inode *inode = file_inode(filep);
333 struct cifsFileInfo *pSMBFile = filep->private_data;
410 rc = cifs_ioctl_copychunk(xid, filep, arg);
413 rc = cifs_ioctl_query_info(xid, filep, arg);
530 filep, (void __user *)arg,
552 filep, (void __user *)arg,