Lines Matching refs:xid
38 static long cifs_ioctl_query_info(unsigned int xid, struct file *filep, in cifs_ioctl_query_info() argument
68 xid, tcon, utf16_path, in cifs_ioctl_query_info()
80 static long cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file, in cifs_ioctl_copychunk() argument
118 rc = cifs_file_copychunk_range(xid, src_file.file, 0, dst_file, 0, in cifs_ioctl_copychunk()
129 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo() argument
169 unsigned int xid; in cifs_ioctl() local
175 xid = get_xid(); in cifs_ioctl()
187 rc = CIFSGetExtAttr(xid, tcon, in cifs_ioctl()
234 xid, tcon, pSMBFile); in cifs_ioctl()
239 rc = cifs_ioctl_copychunk(xid, filep, arg); in cifs_ioctl()
242 rc = cifs_ioctl_query_info(xid, filep, arg); in cifs_ioctl()
249 rc = tcon->ses->server->ops->set_integrity(xid, in cifs_ioctl()
258 rc = smb_mnt_get_fsinfo(xid, tcon, (void __user *)arg); in cifs_ioctl()
269 rc = tcon->ses->server->ops->enum_snapshots(xid, tcon, in cifs_ioctl()
307 free_xid(xid); in cifs_ioctl()