Lines Matching refs:xid
38 smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, in smb2_open_file() argument
64 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()
92 rc = SMB2_get_srv_num(xid, oparms->tcon, in smb2_open_file()
117 const unsigned int xid) in smb2_unlock_range() argument
179 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range()
204 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
220 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks() argument
236 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
248 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
263 unsigned int xid; in smb2_push_mandatory_locks() local
269 xid = get_xid(); in smb2_push_mandatory_locks()
277 free_xid(xid); in smb2_push_mandatory_locks()
286 free_xid(xid); in smb2_push_mandatory_locks()
291 stored_rc = smb2_push_mand_fdlocks(fdlocks, xid, buf, max_num); in smb2_push_mandatory_locks()
297 free_xid(xid); in smb2_push_mandatory_locks()