Searched refs:CheckBlocks (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/bfs/ |
H A D | BlockAllocator.h | 49 status_t CheckBlocks(off_t start, off_t length,
|
H A D | CheckVisitor.cpp | 626 status = allocator.CheckBlocks(block, end - block, true, &firstMissing); in _CheckAllocated() 633 status = allocator.CheckBlocks(firstMissing, end - firstMissing, false, in _CheckAllocated()
|
H A D | BlockAllocator.cpp | 708 if (allocator->CheckBlocks(0, reservedBlocks) != B_OK) { in _Initialize() 1281 BlockAllocator::CheckBlocks(off_t start, off_t length, bool allocated, in CheckBlocks() function in BlockAllocator 1351 status_t status = CheckBlocks(fVolume->ToBlock(run), run.Length(), in CheckBlockRun()
|