Lines Matching defs:fid
78 #define coda_hash(fid) \
79 (((fid)->Volume + (fid)->Vnode) & (CODA_CACHESIZE-1))
82 #define coda_hash(fid) \
83 (coda_f2i(fid) & (CODA_CACHESIZE-1))
90 * Lookup a cnode by fid. If the cnode is dying, it is bogus so skip it.
94 coda_find(CodaFid *fid)
104 fid, sizeof(CodaFid), &vp) != 0)
221 myprintf(("Live cnode fid %s count %d\n",
371 "zapfile: fid = %s, refcnt = %d, error = %d\n",
395 "zapdir: fid = %s, refcnt = %d\n",
428 "purgefid: fid = %s, refcnt = %d, error = %d\n",