Searched refs:vtWriteBlock (Results 1 – 1 of 1) sorted by relevance
| /plan9/sys/src/cmd/fossil/ |
| H A D | fs.c | 648 vtWriteBlock(VtSession *z, uchar *buf, uint n, uint type, uchar score[VtScoreSize]) in vtWriteBlock() function 702 if(!vtWriteBlock(z, buf, eee.size, VtDataType, eee.score)) in mkVac() 718 if(!vtWriteBlock(z, buf, n, VtDirType, root.score)) in mkVac() 729 if(!vtWriteBlock(z, buf, VtRootSize, VtRootType, score)) in mkVac()
|