Lines Matching refs:stored_rc
1156 int rc = 0, stored_rc; in cifs_push_mandatory_locks() local
1204 stored_rc = cifs_lockv(xid, tcon, in cifs_push_mandatory_locks()
1208 if (stored_rc) in cifs_push_mandatory_locks()
1209 rc = stored_rc; in cifs_push_mandatory_locks()
1217 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_push_mandatory_locks()
1219 if (stored_rc) in cifs_push_mandatory_locks()
1220 rc = stored_rc; in cifs_push_mandatory_locks()
1310 int stored_rc; in cifs_push_posix_locks() local
1312 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid, in cifs_push_posix_locks()
1315 if (stored_rc) in cifs_push_posix_locks()
1316 rc = stored_rc; in cifs_push_posix_locks()
1498 int rc = 0, stored_rc; in cifs_unlock_range() local
1567 stored_rc = cifs_lockv(xid, tcon, in cifs_unlock_range()
1570 if (stored_rc) { in cifs_unlock_range()
1578 rc = stored_rc; in cifs_unlock_range()
1591 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_unlock_range()
1593 if (stored_rc) { in cifs_unlock_range()
1596 rc = stored_rc; in cifs_unlock_range()