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