Searched refs:BitmapBlock (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.h15 class BitmapBlock : public CachedBlock { class in inherits:CachedBlock
17 BitmapBlock(Volume* volume, uint32 numBits);
18 ~BitmapBlock();
57 BitmapBlock::CheckUnmarked(uint32 start, uint32 length)
64 BitmapBlock::CheckMarked(uint32 start, uint32 length)
71 BitmapBlock::Mark(uint32 start, uint32 length, bool force)
78 BitmapBlock::Unmark(uint32 start, uint32 length, bool force)
85 BitmapBlock::FindNextMarked(uint32& pos)
92 BitmapBlock::FindNextUnmarked(uint32& pos)
H A DBitmapBlock.cpp11 #include "BitmapBlock.h"
23 BitmapBlock::BitmapBlock(Volume* volume, uint32 numBits) function in class:BitmapBlock
31 TRACE("BitmapBlock::BitmapBlock(): num bits: %lu\n", fNumBits);
35 BitmapBlock::~BitmapBlock()
41 BitmapBlock::SetTo(off_t block)
51 BitmapBlock::SetToWritable(Transaction& transaction, off_t block, bool empty)
61 BitmapBlock
[all...]
H A DInodeAllocator.cpp15 #include "BitmapBlock.h"
177 BitmapBlock inodeBitmap(fVolume, numInodes);
209 BitmapBlock inodeBitmap(fVolume, numInodes);
236 BitmapBlock inodeBitmap(fVolume, numInodes);
H A DBlockAllocator.cpp15 #include "BitmapBlock.h"
171 BitmapBlock block(fVolume, fNumBits);
220 BitmapBlock block(fVolume, fNumBits);
294 BitmapBlock block(fVolume, fNumBits);
433 BitmapBlock blockBitmap(fVolume, fNumBits);

Completed in 46 milliseconds