Searched refs:coda_hash (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/coda/
H A Dcoda_namecache.h104 struct coda_hash { /* Start of Hash chain */ struct
H A Dcoda_namecache.c102 struct coda_hash *coda_nc_hash; /* hash table of cfscache pointers */
126 #define TOTAL_HASH_SIZE (sizeof(struct coda_hash) * coda_nc_hashsize)
143 CODA_ALLOC(coda_nc_hash, struct coda_hash *, TOTAL_HASH_SIZE);
H A Dcoda_subr.c78 #define coda_hash(fid) \ macro
82 #define coda_hash(fid) \ macro

Completed in 212 milliseconds