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