Lines Matching refs:xid
100 int smb2_open_file(const unsigned int xid, struct cifs_open_parms *oparms, __u32 *oplock, void *buf) in smb2_open_file() argument
120 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, NULL, &err_iov, in smb2_open_file()
133 rc = SMB2_open(xid, oparms, smb2_path, &smb2_oplock, smb2_data, in smb2_open_file()
148 rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid, in smb2_open_file()
165 rc = SMB2_get_srv_num(xid, oparms->tcon, in smb2_open_file()
190 const unsigned int xid) in smb2_unlock_range() argument
252 stored_rc = smb2_lockv(xid, tcon, in smb2_unlock_range()
277 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid, in smb2_unlock_range()
293 smb2_push_mand_fdlocks(struct cifs_fid_locks *fdlocks, const unsigned int xid, in smb2_push_mand_fdlocks() argument
309 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
321 stored_rc = smb2_lockv(xid, tcon, in smb2_push_mand_fdlocks()
336 unsigned int xid; in smb2_push_mandatory_locks() local
342 xid = get_xid(); in smb2_push_mandatory_locks()
350 free_xid(xid); in smb2_push_mandatory_locks()
359 free_xid(xid); in smb2_push_mandatory_locks()
364 stored_rc = smb2_push_mand_fdlocks(fdlocks, xid, buf, max_num); in smb2_push_mandatory_locks()
370 free_xid(xid); in smb2_push_mandatory_locks()