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

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.h22 { return fAllocationGroupBlock; }
68 uint64 fAllocationGroupBlock; member in class:BlockAllocator
H A DBlockAllocator.cpp74 fAllocationGroupBlock = blockBitmap;
92 PRINT(" fAllocationGroupBlock: %" B_PRIu64 "\n", fAllocationGroupBlock);
130 if (!block.GetZero(fVolume, fAllocationGroupBlock + i, transaction))
369 fAllocationGroupBlock + base / kBlocksPerGroup, transaction)) {
632 fAllocationGroupBlock + base / kBlocksPerGroup, transaction)) {

Completed in 87 milliseconds