Lines Matching refs:stored_rc
1181 int rc = 0, stored_rc; in cifs_push_mandatory_locks() local
1229 stored_rc = cifs_lockv(xid, tcon, in cifs_push_mandatory_locks()
1233 if (stored_rc) in cifs_push_mandatory_locks()
1234 rc = stored_rc; in cifs_push_mandatory_locks()
1242 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_push_mandatory_locks()
1244 if (stored_rc) in cifs_push_mandatory_locks()
1245 rc = stored_rc; in cifs_push_mandatory_locks()
1335 int stored_rc; in cifs_push_posix_locks() local
1337 stored_rc = CIFSSMBPosixLock(xid, tcon, lck->netfid, lck->pid, in cifs_push_posix_locks()
1340 if (stored_rc) in cifs_push_posix_locks()
1341 rc = stored_rc; in cifs_push_posix_locks()
1523 int rc = 0, stored_rc; in cifs_unlock_range() local
1592 stored_rc = cifs_lockv(xid, tcon, in cifs_unlock_range()
1595 if (stored_rc) { in cifs_unlock_range()
1603 rc = stored_rc; in cifs_unlock_range()
1616 stored_rc = cifs_lockv(xid, tcon, cfile->fid.netfid, in cifs_unlock_range()
1618 if (stored_rc) { in cifs_unlock_range()
1621 rc = stored_rc; in cifs_unlock_range()