Lines Matching refs:xid
38 smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, in smb2_open_file() argument
67 rc = SMB2_open(xid, oparms, smb2_path, smb2_oplock, smb2_data, NULL); in smb2_open_file()
75 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
91 rc = SMB2_get_srv_num(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
111 const unsigned int xid) in smb2_unlock_range() argument
166 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range()
191 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
207 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks() argument
223 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
235 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
250 unsigned int xid; in smb2_push_mandatory_locks() local
256 xid = get_xid(); in smb2_push_mandatory_locks()
264 free_xid(xid); in smb2_push_mandatory_locks()
271 free_xid(xid); in smb2_push_mandatory_locks()
276 stored_rc = smb2_push_mand_fdlocks(fdlocks, xid, buf, max_num); in smb2_push_mandatory_locks()
282 free_xid(xid); in smb2_push_mandatory_locks()