Searched defs:Cache (Results 1 – 10 of 10) sorted by relevance
22 struct Cache struct24 VtLock *lk;25 int ref;26 int mode;28 Disk *disk;29 int size; /* block size */30 int ndmap; /* size of per-block dirty pointer map used in blockWrite */31 VtSession *z;32 u32int now; /* ticks for usage timestamps */33 Block **heads; /* hash table for finding address */[all …]
4 typedef struct Cache Cache; typedef
9 typedef struct Cache Cache; typedef11 struct Cache struct14 CCache **cache; argument18 static struct Cache imagecache = {"image"}; argument
17 typedef struct Cache { struct21 struct Cache *nxt; argument22 } Cache; typedef
39 typedef struct Cache Cache; typedef40 struct Cache struct59 static Cache cache; argument
54 typedef struct Cache Cache; typedef70 struct Cache { struct71 Flash *flif;72 ulong pageno;73 ulong pgsize; /* r->pagesize */74 char *page; /* of pgsize bytes */
48 typedef struct Cache Cache; typedef535 struct Cache struct537 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 */[all …]
57 static Pingcache *Cache; variable
76 Dfscache *Cache; variable
272 } Cache; typedef