Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/fossil/
H A Dcache.c22 struct Cache struct
24 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 …]
H A Ddat.h4 typedef struct Cache Cache; typedef
/plan9/sys/src/libcontrol/
H A Dcache.c9 typedef struct Cache Cache; typedef
11 struct Cache struct
14 CCache **cache; argument
18 static struct Cache imagecache = {"image"}; argument
/plan9/sys/src/cmd/spin/
H A Dtl_cache.c17 typedef struct Cache { struct
21 struct Cache *nxt; argument
22 } Cache; typedef
/plan9/sys/src/9/port/
H A Dcache.c39 typedef struct Cache Cache; typedef
40 struct Cache struct
59 static Cache cache; argument
/plan9/sys/src/9/kw/
H A Dflashkw.c54 typedef struct Cache Cache; typedef
70 struct Cache { struct
71 Flash *flif;
72 ulong pageno;
73 ulong pgsize; /* r->pagesize */
74 char *page; /* of pgsize bytes */
/plan9/sys/src/cmd/cwfs/
H A Dportdat.h48 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 */
[all …]
/plan9/sys/src/cmd/cifs/
H A Dping.c57 static Pingcache *Cache; variable
H A Ddfs.c76 Dfscache *Cache; variable
/plan9/sys/src/cmd/
H A Ddu.c272 } Cache; typedef