Lines Matching refs:stored_rc
1453 int rc = 0, stored_rc;
1501 stored_rc = cifs_lockv(xid, tcon,
1505 if (stored_rc)
1506 rc = stored_rc;
1514 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid,
1516 if (stored_rc)
1517 rc = stored_rc;
1609 int stored_rc;
1611 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid,
1614 if (stored_rc)
1615 rc = stored_rc;
1805 int rc = 0, stored_rc;
1874 stored_rc = cifs_lockv(xid, tcon,
1877 if (stored_rc) {
1885 rc = stored_rc;
1898 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid,
1900 if (stored_rc) {
1903 rc = stored_rc;