fExtents
fExtents(NULL),
map = fExtents[fCurMapIndex];
map = fExtents[i];
if (fExtents == NULL) {
ExtentMapEntry& map = fExtents[fCurMapIndex];
delete[] fExtents;
map = fExtents[fCurMapIndex];
fExtents = new(std::nothrow) ExtentMapEntry[fCountOfFilledExtents];
if (fExtents == NULL)
fExtents[i].br_state = first >> 63;
fExtents[i].br_startoff = (first & MASK(63)) >> 9;
fExtents[i].br_startblock = ((first & MASK(9)) << 43) | (second >> 21);
fExtents[i].br_blockcount = second & MASK(21);
ExtentMapEntry* fExtents;
delete[] fExtents;
fExtents = new(std::nothrow) ExtentMapEntry[DataExtentsCount()];
UnWrapExtentFromWrappedEntry(wrappedExtent, &fExtents[i]);
fExtents = new(std::nothrow) ExtentMapEntry[DataExtentsCount()];
&fExtents[indexIntoExtents]);
if (fExtents != NULL)
if (fExtents[i].br_startoff <= blockNo
&& (blockNo <= fExtents[i].br_startoff
+ fExtents[i].br_blockcount - 1)) {
if (fExtents == NULL) {
= FileSystemBlockToAddr(fExtents[indexForMap].br_startblock
+ blockNo - fExtents[indexForMap].br_startoff);
ExtentMapEntry* fExtents;