HomeSort by: relevance | last modified time | path
    Searched defs:coda_cache (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/coda/
coda_namecache.h 83 #define DATA_SIZE (sizeof(struct coda_cache) - offsetof(struct coda_cache, cp))
89 struct coda_cache { struct
90 LIST_ENTRY(coda_cache) hash; /* Hash list */
91 TAILQ_ENTRY(coda_cache) lru; /* LRU list */
100 TAILQ_HEAD(,coda_cache) head;
105 LIST_HEAD(,coda_cache) head;

Completed in 219 milliseconds