Searched refs:VtRootType (Results 1 – 17 of 17) sorted by relevance
| /plan9/sys/src/libventi/ |
| H A D | dtype.c | 48 VtRootType,
|
| H A D | zero.c | 31 if(type == VtRootType){ in vtzerotruncate()
|
| H A D | cache.acid | 328 VtRootType = 16;
|
| H A D | rpc.acid | 378 VtRootType = 16;
|
| H A D | packet.acid | 378 VtRootType = 16;
|
| /plan9/sys/src/cmd/venti/ |
| H A D | mkroot.c | 54 if(vtwrite(z, score, VtRootType, buf, VtRootSize) < 0) in threadmain()
|
| H A D | root.c | 55 n = vtread(z, score, VtRootType, buf, VtMaxLumpSize); in threadmain()
|
| H A D | copy.c | 114 case VtRootType: in walk() 119 walk(root.prev, VtRootType, 0); in walk()
|
| /plan9/sys/src/liboventi/ |
| H A D | zero.c | 55 case VtRootType: in vtZeroTruncate()
|
| H A D | plan9-thread.acid | 352 VtRootType = 1;
|
| /plan9/sys/include/ |
| H A D | oventi.h | 63 VtRootType, enumerator
|
| H A D | venti.h | 111 VtRootType = 2<<3, enumerator
|
| /plan9/sys/src/cmd/fossil/ |
| H A D | archive.c | 424 if(!vtWrite(a->z, p.score, VtRootType, rbuf, VtRootSize) in archThread()
|
| H A D | flfmt.c | 485 ventiRead(score, VtRootType); in ventiRoot()
|
| H A D | fs.c | 729 if(!vtWriteBlock(z, buf, VtRootSize, VtRootType, score)) in mkVac()
|
| H A D | view.c | 443 if((n = vtRead(z, score, VtRootType, buf, VtRootSize)) < 0) in initxvacroot()
|
| /plan9/sys/src/cmd/vac/ |
| H A D | file.c | 1810 n = vtread(z, score, VtRootType, buf, VtRootSize); in vacfsopenscore() 2068 if(vtwrite(fs->z, fs->score, VtRootType, buf, VtRootSize) < 0){ in vacfssync()
|