Lines Matching defs:Entry
6 typedef struct Entry Entry; typedef
110 struct Entry { struct
111 u32int gen; /* generation number */
112 ushort psize; /* pointer block size */
113 ushort dsize; /* data block size */
114 uchar depth; /* unpacked from flags */
115 uchar flags;
116 uvlong size;
117 uchar score[VtScoreSize];
118 u32int tag; /* tag for local blocks: zero if stored on Venti */
119 u32int snap; /* non-zero -> entering snapshot of given epoch */
120 uchar archive; /* archive this snapshot: only valid for snap != 0 */