Searched refs:VtCache (Results 1 – 7 of 7) sorted by relevance
| /plan9/sys/include/ |
| H A D | venti.h | 390 typedef struct VtCache VtCache; typedef 391 #pragma incomplete VtCache 395 VtCache *c; 418 VtCache*vtcachealloc(VtConn*, int blocksize, ulong nblocks); 419 void vtcachefree(VtCache*); 420 VtBlock*vtcachelocal(VtCache*, u32int addr, int type); 421 VtBlock*vtcacheglobal(VtCache*, uchar[VtScoreSize], int type); 422 VtBlock*vtcacheallocblock(VtCache*, int type); 423 void vtcachesetwrite(VtCache*, 426 u32int vtcacheblocksize(VtCache*); [all …]
|
| /plan9/sys/src/libventi/ |
| H A D | cache.c | 31 struct VtCache struct 47 static void cachecheck(VtCache*); argument 49 VtCache* 53 VtCache *c; in vtcachealloc() 57 c = vtmallocz(sizeof(VtCache)); in vtcachealloc() 90 vtcachesetwrite(VtCache *c, int (*write)(VtConn*, uchar[VtScoreSize], uint, uchar*, int)) in vtcachesetwrite() 98 vtcachefree(VtCache *c) in vtcachefree() 116 vtcachedump(VtCache *c) in vtcachedump() 129 cachecheck(VtCache *c) in cachecheck() 177 VtCache *c; in upheap() [all …]
|
| H A D | cache.acid | 577 aggr VtCache 594 VtCache(addr) { 595 complex VtCache addr; 613 complex VtCache vtcachealloc:c; 615 complex VtCache vtcachefree:c; 616 complex VtCache vtcachedump:c; 618 complex VtCache cachecheck:c; 622 complex VtCache upheap:c; 625 complex VtCache downheap:c; 627 complex VtCache heapdel:c; [all …]
|
| H A D | file.c | 36 vtfilealloc(VtCache *c, VtBlock *b, VtFile *p, u32int offset, int mode) in vtfilealloc() 110 vtfileroot(VtCache *c, u32int addr, int mode) in vtfileroot() 124 vtfileopenroot(VtCache *c, VtEntry *e) in vtfileopenroot() 140 vtfilecreateroot(VtCache *c, int psize, int dsize, int type) in vtfilecreateroot() 501 blockwalk(VtBlock *p, int index, VtCache *c, int mode, VtEntry *e) in blockwalk() 1101 flushblock(VtCache *c, VtBlock *bb, uchar score[VtScoreSize], int ppb, int epb, in flushblock()
|
| /plan9/sys/src/cmd/vac/ |
| H A D | vac.h | 95 VtCache *cache;
|
| /plan9/sys/man/2/ |
| H A D | INDEX | 1379 VtCache venti-cache
|
| /plan9/sys/lib/man/permind/ |
| H A D | permindex | 3222 .xx "vtblockput, vtblockwrite,/" "VtBlock, VtCache," "vtblockcopy, vtblockdirty, vtblockduplock," "…
|