OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 55 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025