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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp30 // group can span several blocks in the block bitmap, the AllocationBlock
170 class AllocationBlock : public CachedBlock { class in inherits:CachedBlock
172 AllocationBlock(Volume* volume);
223 AllocationBlock::AllocationBlock(Volume* volume) function in class:AllocationBlock
230 AllocationBlock::SetTo(AllocationGroup& group, uint16 block)
246 AllocationBlock::SetToWritable(Transaction& transaction, AllocationGroup& group,
263 AllocationBlock::IsUsed(uint16 block)
274 AllocationBlock::Allocate(uint16 start, uint16 numBlocks)
298 FATAL(("AllocationBlock
[all...]
H A DCheckVisitor.cpp121 AllocationBlock cached(fVolume);

Completed in 34 milliseconds