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