Lines Matching refs:xid
37 static long cifs_ioctl_clone(unsigned int xid, struct file *dst_file, in cifs_ioctl_clone() argument
124 rc = target_tcon->ses->server->ops->duplicate_extents(xid, in cifs_ioctl_clone()
127 rc = target_tcon->ses->server->ops->clone_range(xid, in cifs_ioctl_clone()
146 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo() argument
187 unsigned int xid; in cifs_ioctl() local
194 xid = get_xid(); in cifs_ioctl()
207 rc = CIFSGetExtAttr(xid, tcon, in cifs_ioctl()
254 xid, tcon, pSMBFile); in cifs_ioctl()
259 rc = cifs_ioctl_clone(xid, filep, arg, 0, 0, 0, false); in cifs_ioctl()
262 rc = cifs_ioctl_clone(xid, filep, arg, 0, 0, 0, true); in cifs_ioctl()
269 rc = tcon->ses->server->ops->set_integrity(xid, in cifs_ioctl()
276 rc = smb_mnt_get_fsinfo(xid, tcon, (void __user *)arg); in cifs_ioctl()
283 free_xid(xid); in cifs_ioctl()