Lines Matching defs:xid
26 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep,
59 xid, tcon, cifs_sb, utf16_path,
71 static long cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file,
109 rc = cifs_file_copychunk_range(xid, src_file.file, 0, dst_file, 0,
134 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon,
332 unsigned int xid;
344 xid = get_xid();
357 rc = CIFSGetExtAttr(xid, tcon,
390 * rc = CIFSSetExtAttr(xid, tcon,
405 xid, tcon, pSMBFile);
410 rc = cifs_ioctl_copychunk(xid, filep, arg);
413 rc = cifs_ioctl_query_info(xid, filep, arg);
420 rc = tcon->ses->server->ops->set_integrity(xid,
429 rc = smb_mnt_get_fsinfo(xid, tcon, (void __user *)arg);
451 rc = tcon->ses->server->ops->enum_snapshots(xid, tcon,
529 rc = tcon->ses->server->ops->notify(xid,
551 rc = tcon->ses->server->ops->notify(xid,
567 free_xid(xid);