Lines Matching refs:xid
38 smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, in smb2_open_file() argument
66 rc = SMB2_open(xid, oparms, smb2_path, smb2_oplock, smb2_data, NULL); in smb2_open_file()
72 rc = SMB2_get_srv_num(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
92 const unsigned int xid) in smb2_unlock_range() argument
147 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range()
172 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
188 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks() argument
204 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
216 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
231 unsigned int xid; in smb2_push_mandatory_locks() local
237 xid = get_xid(); in smb2_push_mandatory_locks()
245 free_xid(xid); in smb2_push_mandatory_locks()
252 free_xid(xid); in smb2_push_mandatory_locks()
257 stored_rc = smb2_push_mand_fdlocks(fdlocks, xid, buf, max_num); in smb2_push_mandatory_locks()
263 free_xid(xid); in smb2_push_mandatory_locks()