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

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.cpp50 fBitmapBlockCount((fTotalBlocks + B_PAGE_SIZE - 1) / B_PAGE_SIZE)
52 fAllocationGroupCount = (fBitmapBlockCount + kBitmapBlocksPerGroup - 1)
95 PRINT(" fBitmapBlockCount: %" B_PRIu64 "\n", fBitmapBlockCount);
98 for (uint64 i = 0; i < fBitmapBlockCount; i++) {
109 if (!block.GetZero(fVolume, fBitmapBlock + fBitmapBlockCount - 1,
152 error = AllocateExactly(0, fBitmapBlock + fBitmapBlockCount, transaction);
H A DBlockAllocator.h71 uint64 fBitmapBlockCount; member in class:BlockAllocator

Completed in 38 milliseconds