Lines Matching refs:xid
38 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep,
68 xid, tcon, cifs_sb, utf16_path,
80 static long cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file,
118 rc = cifs_file_copychunk_range(xid, src_file.file, 0, dst_file, 0,
129 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon,
169 unsigned int xid;
177 xid = get_xid();
189 rc = CIFSGetExtAttr(xid, tcon,
221 * rc = CIFSSetExtAttr(xid, tcon,
236 xid, tcon, pSMBFile);
241 rc = cifs_ioctl_copychunk(xid, filep, arg);
244 rc = cifs_ioctl_query_info(xid, filep, arg);
251 rc = tcon->ses->server->ops->set_integrity(xid,
260 rc = smb_mnt_get_fsinfo(xid, tcon, (void __user *)arg);
271 rc = tcon->ses->server->ops->enum_snapshots(xid, tcon,
318 rc = tcon->ses->server->ops->notify(xid,
330 free_xid(xid);