Searched refs:VtFile (Results 1 – 8 of 8) sorted by relevance
| /plan9/sys/include/ |
| H A D | venti.h | 437 typedef struct VtFile VtFile; typedef 438 struct VtFile struct 453 VtFile *parent; argument 465 VtBlock*vtfileblock(VtFile*, u32int, int mode); argument 466 int vtfileblockscore(VtFile*, u32int, uchar[VtScoreSize]); 467 void vtfileclose(VtFile*); 468 VtFile* _vtfilecreate(VtFile*, int offset, int psize, int dsize, int dir); 469 VtFile* vtfilecreate(VtFile*, int psize, int dsize, int dir); 470 VtFile* vtfilecreateroot(VtCache*, int psize, int dsize, int type); 471 int vtfileflush(VtFile*); [all …]
|
| /plan9/sys/src/libventi/ |
| H A D | file.c | 27 static VtBlock *fileload(VtFile *r, VtEntry *e); 28 static int shrinkdepth(VtFile*, VtBlock*, VtEntry*, int); 29 static int shrinksize(VtFile*, VtEntry*, uvlong); 30 static int growdepth(VtFile*, VtBlock*, VtEntry*, int); 35 static VtFile * 36 vtfilealloc(VtCache *c, VtBlock *b, VtFile *p, u32int offset, int mode) in vtfilealloc() 41 VtFile *r; in vtfilealloc() 84 r = vtmallocz(sizeof(VtFile)); in vtfilealloc() 109 VtFile * 112 VtFile *r; in vtfileroot() [all …]
|
| H A D | rpc.acid | 640 aggr VtFile 653 'A' VtFile 72 parent; 659 VtFile(addr) { 660 complex VtFile addr;
|
| H A D | packet.acid | 640 aggr VtFile 653 'A' VtFile 72 parent; 659 VtFile(addr) { 660 complex VtFile addr;
|
| /plan9/sys/src/cmd/vac/ |
| H A D | file.c | 44 VtFile *source; /* actual data */ 45 VtFile *msource; /* metadata for children in a directory */ 273 _vacfileroot(VacFs *fs, VtFile *r) in _vacfileroot() 278 VtFile *r0, *r1, *r2; in _vacfileroot() 390 VtFile *meta; in dirlookup() 433 static VtFile * 436 VtFile *r; in fileopensource() 587 VtFile *s; in vacfileblockscore() 636 getentry(VtFile *f, VtEntry *e) in getentry() 745 direntrysize(VtFile *s, ulong offset, ulong gen, uvlong *size) in direntrysize() [all …]
|
| H A D | fns.h | 22 VacFile *_vacfileroot(VacFs *fs, VtFile *file);
|
| /plan9/sys/man/2/ |
| H A D | INDEX | 1433 VtFile venti-file
|
| /plan9/sys/lib/man/permind/ |
| H A D | permindex | 3232 .xx "vtfilecreate, vtfilecreateroot, vtfileflush,/" "" "VtFile, vtfileblock, vtfileblockscore, vtfi… 3233 .xx "vtfilecreate, vtfilecreateroot,/" "VtFile," "vtfileblock, vtfileblockscore, vtfileclose," "" "…
|