Lines Matching refs:VtCache
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*);
447 VtCache *c;
470 VtFile* vtfilecreateroot(VtCache*, int psize, int dsize, int type);
480 VtFile* vtfileopenroot(VtCache*, VtEntry*);