Lines Matching refs:stored_rc
192 int rc = 0, stored_rc;
252 stored_rc = smb2_lockv(xid, tcon,
256 if (stored_rc) {
264 rc = stored_rc;
277 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid,
280 if (stored_rc) {
282 rc = stored_rc;
296 int rc = 0, stored_rc;
309 stored_rc = smb2_lockv(xid, tcon,
313 if (stored_rc)
314 rc = stored_rc;
321 stored_rc = smb2_lockv(xid, tcon,
325 if (stored_rc)
326 rc = stored_rc;
335 int rc = 0, stored_rc;
364 stored_rc = smb2_push_mand_fdlocks(fdlocks, xid, buf, max_num);
365 if (stored_rc)
366 rc = stored_rc;