Lines Matching refs:stored_rc
1182 int rc = 0, stored_rc;
1230 stored_rc = cifs_lockv(xid, tcon,
1234 if (stored_rc)
1235 rc = stored_rc;
1243 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid,
1245 if (stored_rc)
1246 rc = stored_rc;
1336 int stored_rc;
1338 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid,
1341 if (stored_rc)
1342 rc = stored_rc;
1524 int rc = 0, stored_rc;
1593 stored_rc = cifs_lockv(xid, tcon,
1596 if (stored_rc) {
1604 rc = stored_rc;
1617 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid,
1619 if (stored_rc) {
1622 rc = stored_rc;