Home
last modified time | relevance | path

Searched defs:DCache (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/venti/srv/
H A Ddcache.c31 typedef struct DCache DCache; typedef
40 struct DCache struct
42 QLock lock;
43 RWLock dirtylock; /* must be held to inspect or set b->dirty */
67 static DCache dcache; argument