Searched defs:Super (Results 1 – 1 of 1) sorted by relevance
13 typedef struct Super Super; typedef63 struct Super { struct64 u16int version;65 u32int epochLow;66 u32int epochHigh;67 u64int qid; /* next qid */68 u32int active; /* root of active file system */69 u32int next; /* root of next snapshot to archive */70 u32int current; /* root of snapshot currently archiving */71 uchar last[VtScoreSize]; /* last snapshot successfully archived */[all …]