Searched refs:GetBlockAllocator (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DSuperBlock.cpp43 freeBlocks = volume->GetBlockAllocator()->FreeBlocks();
44 blockBitmap = volume->GetBlockAllocator()->BaseBlock();
H A DVolume.h69 inline BlockAllocator* GetBlockAllocator() const function in class:Volume
H A DTransaction.cpp82 fOldFreeBlockCount = fVolume->GetBlockAllocator()->FreeBlocks();
191 fVolume->GetBlockAllocator()->ResetFreeBlocks(fOldFreeBlockCount);
H A DFile.cpp550 status_t error = GetVolume()->GetBlockAllocator()->Free(blockIndex, 1,
585 status_t error = GetVolume()->GetBlockAllocator()->Free(blockIndex, 1,
626 AllocatedBlock allocatedBlock(GetVolume()->GetBlockAllocator(),
677 AllocatedBlock allocatedBlock(GetVolume()->GetBlockAllocator(),
H A DDirectory.cpp957 error = fDirectory->GetVolume()->GetBlockAllocator()->Free(
1016 error = fDirectory->GetVolume()->GetBlockAllocator()->Free(
1360 fDirectory->GetVolume()->GetBlockAllocator(), transaction);
1413 fDirectory->GetVolume()->GetBlockAllocator(), transaction);

Completed in 40 milliseconds