Home
last modified time | relevance | path

Searched refs:CheckBlocks (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.h49 status_t CheckBlocks(off_t start, off_t length,
H A DCheckVisitor.cpp626 status = allocator.CheckBlocks(block, end - block, true, &firstMissing); in _CheckAllocated()
633 status = allocator.CheckBlocks(firstMissing, end - firstMissing, false, in _CheckAllocated()
H A DBlockAllocator.cpp708 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()