Lines Matching refs:stored_rc
1048 int rc = 0, stored_rc; in cifs_push_mandatory_locks() local
1090 stored_rc = cifs_lockv(xid, tcon, in cifs_push_mandatory_locks()
1094 if (stored_rc) in cifs_push_mandatory_locks()
1095 rc = stored_rc; in cifs_push_mandatory_locks()
1103 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_push_mandatory_locks()
1105 if (stored_rc) in cifs_push_mandatory_locks()
1106 rc = stored_rc; in cifs_push_mandatory_locks()
1190 int stored_rc; in cifs_push_posix_locks() local
1192 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid, in cifs_push_posix_locks()
1195 if (stored_rc) in cifs_push_posix_locks()
1196 rc = stored_rc; in cifs_push_posix_locks()
1377 int rc = 0, stored_rc; in cifs_unlock_range() local
1440 stored_rc = cifs_lockv(xid, tcon, in cifs_unlock_range()
1443 if (stored_rc) { in cifs_unlock_range()
1451 rc = stored_rc; in cifs_unlock_range()
1464 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_unlock_range()
1466 if (stored_rc) { in cifs_unlock_range()
1469 rc = stored_rc; in cifs_unlock_range()