Lines Matching refs:stored_rc
119 int rc = 0, stored_rc;
179 stored_rc = smb2_lockv(xid, tcon,
183 if (stored_rc) {
191 rc = stored_rc;
204 stored_rc = smb2_lockv(xid, tcon, cfile->fid.persistent_fid,
207 if (stored_rc) {
209 rc = stored_rc;
223 int rc = 0, stored_rc;
236 stored_rc = smb2_lockv(xid, tcon,
240 if (stored_rc)
241 rc = stored_rc;
248 stored_rc = smb2_lockv(xid, tcon,
252 if (stored_rc)
253 rc = stored_rc;
262 int rc = 0, stored_rc;
291 stored_rc = smb2_push_mand_fdlocks(fdlocks, xid, buf, max_num);
292 if (stored_rc)
293 rc = stored_rc;