coda_namecache.c | 101 struct coda_cache *coda_nc_heap; /* pointer to the cache entries */ variable in typeref:struct:coda_cache * 142 CODA_ALLOC(coda_nc_heap, struct coda_cache *, TOTAL_CACHE_SIZE); 145 memset(coda_nc_heap, 0, TOTAL_CACHE_SIZE); 151 TAILQ_INSERT_HEAD(&coda_nc_lru.head, &coda_nc_heap[i], lru); 682 CODA_FREE(coda_nc_heap,TOTAL_CACHE_SIZE);
|