Lines Matching refs:coda_cache
101 struct coda_cache *coda_nc_heap; /* pointer to the cache entries */
115 static struct coda_cache *
119 coda_nc_remove(struct coda_cache *cncp, enum dc_status dcstat);
125 #define TOTAL_CACHE_SIZE (sizeof(struct coda_cache) * coda_nc_size)
142 CODA_ALLOC(coda_nc_heap, struct coda_cache *, TOTAL_CACHE_SIZE); in coda_nc_init()
165 static struct coda_cache *
173 struct coda_cache *cncp; in coda_nc_find()
208 return((struct coda_cache *)0); in coda_nc_find()
219 struct coda_cache *cncp; in coda_nc_enter()
238 if (cncp != (struct coda_cache *) 0) { in coda_nc_enter()
292 struct coda_cache *cncp; in coda_nc_lookup()
311 if (cncp == (struct coda_cache *) 0) { in coda_nc_lookup()
335 coda_nc_remove(struct coda_cache *cncp, enum dc_status dcstat) in coda_nc_remove()
379 struct coda_cache *cncp, *ncncp; in coda_nc_zapParentfid()
418 struct coda_cache *cncp, *ncncp; in coda_nc_zapfid()
471 struct coda_cache *cncp; in coda_nc_zapfile()
514 struct coda_cache *cncp, *ncncp; in coda_nc_purge_user()
558 struct coda_cache *cncp; in coda_nc_flush()
612 struct coda_cache *cncp; in print_coda_nc()
699 struct coda_cache *cncp; in coda_nc_name()