coda_hash
struct coda_hash *coda_nc_hash; /* hash table of cfscache pointers */
#define TOTAL_HASH_SIZE (sizeof(struct coda_hash) * coda_nc_hashsize)
CODA_ALLOC(coda_nc_hash, struct coda_hash *, TOTAL_HASH_SIZE);