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, cifs_sb, 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
177 xid = get_xid(); in cifs_ioctl()
189 rc = CIFSGetExtAttr(xid, tcon, in cifs_ioctl()
236 xid, tcon, pSMBFile); in cifs_ioctl()
241 rc = cifs_ioctl_copychunk(xid, filep, arg); in cifs_ioctl()
244 rc = cifs_ioctl_query_info(xid, filep, arg); in cifs_ioctl()
251 rc = tcon->ses->server->ops->set_integrity(xid, in cifs_ioctl()
260 rc = smb_mnt_get_fsinfo(xid, tcon, (void __user *)arg); in cifs_ioctl()
271 rc = tcon->ses->server->ops->enum_snapshots(xid, tcon, in cifs_ioctl()
318 rc = tcon->ses->server->ops->notify(xid, in cifs_ioctl()
330 free_xid(xid); in cifs_ioctl()