Lines Matching defs:Cache
48 typedef struct Cache Cache; typedef
535 struct Cache struct
537 Off maddr; /* cache map addr */
538 Off msize; /* cache map size in buckets */
539 Off caddr; /* cache addr */
540 Off csize; /* cache size */
541 Off fsize; /* current size of worm */
542 Off wsize; /* max size of the worm */
543 Off wmax; /* highwater write */
545 Off sbaddr; /* super block addr */
546 Off cwraddr; /* cw root addr */
547 Off roraddr; /* dump root addr */
549 Timet toytime; /* somewhere convienent */
550 Timet time;