Home
last modified time | relevance | path

Searched refs:VtRootType (Results 1 – 17 of 17) sorted by relevance

/plan9/sys/src/libventi/
H A Ddtype.c48 VtRootType,
H A Dzero.c31 if(type == VtRootType){ in vtzerotruncate()
H A Dcache.acid328 VtRootType = 16;
H A Drpc.acid378 VtRootType = 16;
H A Dpacket.acid378 VtRootType = 16;
/plan9/sys/src/cmd/venti/
H A Dmkroot.c54 if(vtwrite(z, score, VtRootType, buf, VtRootSize) < 0) in threadmain()
H A Droot.c55 n = vtread(z, score, VtRootType, buf, VtMaxLumpSize); in threadmain()
H A Dcopy.c114 case VtRootType: in walk()
119 walk(root.prev, VtRootType, 0); in walk()
/plan9/sys/src/liboventi/
H A Dzero.c55 case VtRootType: in vtZeroTruncate()
H A Dplan9-thread.acid352 VtRootType = 1;
/plan9/sys/include/
H A Doventi.h63 VtRootType, enumerator
H A Dventi.h111 VtRootType = 2<<3, enumerator
/plan9/sys/src/cmd/fossil/
H A Darchive.c424 if(!vtWrite(a->z, p.score, VtRootType, rbuf, VtRootSize) in archThread()
H A Dflfmt.c485 ventiRead(score, VtRootType); in ventiRoot()
H A Dfs.c729 if(!vtWriteBlock(z, buf, VtRootSize, VtRootType, score)) in mkVac()
H A Dview.c443 if((n = vtRead(z, score, VtRootType, buf, VtRootSize)) < 0) in initxvacroot()
/plan9/sys/src/cmd/vac/
H A Dfile.c1810 n = vtread(z, score, VtRootType, buf, VtRootSize); in vacfsopenscore()
2068 if(vtwrite(fs->z, fs->score, VtRootType, buf, VtRootSize) < 0){ in vacfssync()