Searched defs:Source (Results 1 – 3 of 3) sorted by relevance
12 typedef struct Source Source; typedef127 struct Source { struct135 Source *parent; /* immutable */ argument136 File *file; /* immutable; point back */138 QLock lk;139 int ref;149 u32int epoch;150 Block *b; /* block containing this source */151 uchar score[VtScoreSize]; /* score of block containing this source */152 u32int scoreEpoch; /* epoch of block containing this source */[all …]
9 typedef struct source Source; typedef
65 } Source; typedef