Searched refs:fAllocatedPos (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DExtentStream.h44 fsblock_t fAllocatedPos; member in class:ExtentStream
H A DExtentStream.cpp38 fAllocatedPos(fFirstBlock),
166 uint32 blockGroup = (fAllocatedPos - fFirstBlock)
171 targetBlocks - fNumBlocks, blockGroup, fAllocatedPos,
179 ASSERT(_CheckBlock(fStream, fAllocatedPos) == B_OK);
205 last.PhysicalBlock() + last.Length(), fAllocatedPos);
206 if (last.PhysicalBlock() + last.Length() == fAllocatedPos
363 TRACE("Enlarge() add entry %" B_PRIu64 "\n", fAllocatedPos);
373 stream->extent_entries[index].SetPhysicalBlock(fAllocatedPos);
H A DDataStream.cpp39 fAllocatedPos(fFirstBlock),
375 ", waiting: %" B_PRIu32 "\n", fAllocated, fAllocatedPos, fWaiting);
378 uint32 blockGroup = (fAllocatedPos - fFirstBlock)
382 blockGroup, fAllocatedPos, fAllocated);
387 if (fAllocatedPos > UINT_MAX)
394 fAllocatedPos, fWaiting);
398 blockNum = (uint32)fAllocatedPos++;
H A DDataStream.h86 fsblock_t fAllocatedPos; member in class:DataStream

Completed in 52 milliseconds