Home | History | Annotate | Download | only in coda

Lines Matching refs:coda_replace

328  * CODA_REPLACE -- replace one CodaFid with another throughout the name cache
439 case CODA_REPLACE : {
443 coda_clstat.reqs[CODA_REPLACE]++;
445 cp = coda_find(&out->coda_replace.OldFid);
448 &out->coda_replace.OldFid, sizeof(CodaFid),
449 &out->coda_replace.NewFid, sizeof(CodaFid));
455 cp->c_fid = out->coda_replace.NewFid;
457 &out->coda_replace.OldFid, sizeof(CodaFid),
460 CODADEBUG(CODA_REPLACE, myprintf((
462 coda_f2s(&out->coda_replace.OldFid),