Lines Matching refs:stored_rc
1107 int rc = 0, stored_rc; in cifs_push_mandatory_locks() local
1151 stored_rc = cifs_lockv(xid, tcon, in cifs_push_mandatory_locks()
1155 if (stored_rc) in cifs_push_mandatory_locks()
1156 rc = stored_rc; in cifs_push_mandatory_locks()
1164 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_push_mandatory_locks()
1166 if (stored_rc) in cifs_push_mandatory_locks()
1167 rc = stored_rc; in cifs_push_mandatory_locks()
1257 int stored_rc; in cifs_push_posix_locks() local
1259 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid, in cifs_push_posix_locks()
1262 if (stored_rc) in cifs_push_posix_locks()
1263 rc = stored_rc; in cifs_push_posix_locks()
1445 int rc = 0, stored_rc; in cifs_unlock_range() local
1510 stored_rc = cifs_lockv(xid, tcon, in cifs_unlock_range()
1513 if (stored_rc) { in cifs_unlock_range()
1521 rc = stored_rc; in cifs_unlock_range()
1534 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_unlock_range()
1536 if (stored_rc) { in cifs_unlock_range()
1539 rc = stored_rc; in cifs_unlock_range()