HomeSort by: relevance | last modified time | path
    Searched refs:coda_find (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/coda/
coda_subr.h 36 struct cnode *coda_find(CodaFid *fid);
coda_subr.c 94 coda_find(CodaFid *fid) function in typeref:struct:cnode *
365 cp = coda_find(&out->coda_zapfile.Fid);
389 cp = coda_find(&out->coda_zapdir.Fid);
414 cp = coda_find(&out->coda_purgefid.Fid);
445 cp = coda_find(&out->coda_replace.OldFid);
coda_vnops.c 1033 (coda_find(&VFid) != NULL))
1351 if (coda_find(&VFid) != NULL)
1927 * incremented by coda_find. The cnode will be flushed from the

Completed in 13 milliseconds