Searched defs:VtRoot (Results 1 – 2 of 2) sorted by relevance
9 typedef struct VtRoot VtRoot; typedef90 struct VtRoot { struct91 ushort version;92 char name[128];93 char type[128];94 uchar score[VtScoreSize]; /* to a Dir block */95 ushort blockSize; /* maximum block size */96 uchar prev[VtScoreSize]; /* last root block */
77 typedef struct VtRoot VtRoot; typedef158 struct VtRoot struct173 void vtrootpack(VtRoot*, uchar*); argument