Searched refs:BeforeExtent (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/libutil-38/
H A DExtentManager.cpp73 if (BeforeExtent(ext, *curIt))
75 if (!BeforeExtent(*curIt, ext)) { // overlapped extents
92 if (curIt == newIt || BeforeExtent(*curIt, *newIt)) { // curIt is before newIt
96 if (BeforeExtent(*newIt, *curIt)) { // curIt is after newIt now, we are done
118 if (BeforeExtent(*curIt, ext)) {
122 if (BeforeExtent(ext, *curIt)) // we are done
H A DExtentManager.h43 inline bool BeforeExtent(const ExtentInfo &a, const ExtentInfo &b) function

Completed in 113 milliseconds