Lines Matching refs:xid
25 smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, in smb2_open_file() argument
51 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, in smb2_open_file()
62 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
80 rc = SMB2_get_srv_num(xid, oparms->tcon, in smb2_open_file()
105 const unsigned int xid) in smb2_unlock_range() argument
167 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range()
192 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
208 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks() argument
224 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
236 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
251 unsigned int xid; in smb2_push_mandatory_locks() local
257 xid = get_xid(); in smb2_push_mandatory_locks()
265 free_xid(xid); in smb2_push_mandatory_locks()
274 free_xid(xid); in smb2_push_mandatory_locks()
279 stored_rc = smb2_push_mand_fdlocks(fdlocks, xid, buf, max_num); in smb2_push_mandatory_locks()
285 free_xid(xid); in smb2_push_mandatory_locks()