Lines Matching refs:Entry
9 static Block *sourceLoad(Source *r, Entry *e);
10 static int sourceShrinkDepth(Source*, Block*, Entry*, int);
11 static int sourceShrinkSize(Source*, Entry*, uvlong);
12 static int sourceGrowDepth(Source*, Block*, Entry*, int);
23 Entry e; in sourceAlloc()
186 Entry e; in sourceCreate()
261 Entry e; in sourceKill()
327 Entry e; in sourceGetSize()
340 sourceShrinkSize(Source *r, Entry *e, uvlong size) in sourceShrinkSize()
415 Entry e; in sourceSetSize()
493 sourceGetEntry(Source *r, Entry *e) in sourceGetEntry()
511 sourceSetEntry(Source *r, Entry *e) in sourceSetEntry()
514 Entry oe; in sourceSetEntry()
528 blockWalk(Block *p, int index, int mode, Fs *fs, Entry *e) in blockWalk()
535 Entry oe; in blockWalk()
604 sourceGrowDepth(Source *r, Block *p, Entry *e, int depth) in sourceGrowDepth()
609 Entry oe; in sourceGrowDepth()
655 sourceShrinkDepth(Source *r, Block *p, Entry *e, int depth) in sourceShrinkDepth()
660 Entry oe; in sourceShrinkDepth()
747 Entry e; in _sourceBlock()
1021 sourceLoad(Source *r, Entry *e) in sourceLoad()