Searched refs:BlockAllocator (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.h23 class BlockAllocator { class
25 BlockAllocator(Volume* volume);
26 ~BlockAllocator();
42 static status_t _Initialize(BlockAllocator* allocator);
H A DBlockAllocator.cpp11 #include "BlockAllocator.h"
584 BlockAllocator::BlockAllocator(Volume* volume) function in class:BlockAllocator
597 BlockAllocator::~BlockAllocator()
607 BlockAllocator::Initialize()
614 TRACE("BlockAllocator::Initialize(): blocks per group: %" B_PRIu32
623 TRACE("BlockAllocator::Initialize(): allocated allocation block groups\n");
630 (thread_func)BlockAllocator::_Initialize, "ext2 block allocator",
645 BlockAllocator
[all...]
H A DVolume.h13 #include "BlockAllocator.h"
170 BlockAllocator* fBlockAllocator;
H A DVolume.cpp306 fBlockAllocator = new(std::nothrow) BlockAllocator(this);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.h24 class BlockAllocator { class
26 BlockAllocator(Volume* volume);
27 ~BlockAllocator();
77 static status_t _Initialize(BlockAllocator* self);
H A DBlockAllocator.cpp10 #include "BlockAllocator.h"
17 // Things the BlockAllocator should do:
209 friend class BlockAllocator;
341 BlockAllocator::Initialize() and BlockAllocator::InitializeAndClearBitmap()
504 BlockAllocator::BlockAllocator(Volume* volume)
515 BlockAllocator::~BlockAllocator()
523 BlockAllocator
[all...]
H A DCheckVisitor.h17 class BlockAllocator;
H A DVolume.h12 #include "BlockAllocator.h"
106 BlockAllocator& Allocator();
164 BlockAllocator fBlockAllocator;
204 inline BlockAllocator&
H A DCheckVisitor.cpp13 #include "BlockAllocator.h"
608 BlockAllocator& allocator = GetVolume()->Allocator();
H A Dkernel_interface.cpp793 BlockAllocator& allocator = volume->Allocator();
803 // (a test for the BlockAllocator)!
804 BlockAllocator& allocator = volume->Allocator();
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.h16 class BlockAllocator { class
18 BlockAllocator(Volume* volume);
19 ~BlockAllocator();
77 AllocatedBlock(BlockAllocator* allocator, Transaction& transaction)
114 BlockAllocator* fAllocator;
H A DVolume.h16 class BlockAllocator;
69 inline BlockAllocator* GetBlockAllocator() const
88 BlockAllocator* fBlockAllocator;
H A DBlockAllocator.cpp7 #include "BlockAllocator.h"
46 BlockAllocator::BlockAllocator(Volume* volume) function in class:BlockAllocator
58 BlockAllocator::~BlockAllocator()
65 BlockAllocator::Init(uint64 blockBitmap, uint64 freeBlocks)
82 BlockAllocator::Initialize(Transaction& transaction)
89 PRINT("BlockAllocator::Initialize():\n");
156 PRINT("BlockAllocator::Initialize() done:\n");
164 BlockAllocator
[all...]
H A DVolume.cpp24 #include "BlockAllocator.h"
475 fBlockAllocator = new(std::nothrow) BlockAllocator(this);

Completed in 95 milliseconds