ExtentAllocator
ExtentAllocator::ExtentAllocator(Volume* volume)
ExtentAllocator::~ExtentAllocator()
ExtentAllocator::_LoadExtentTree(uint64 flags)
ExtentAllocator::Initialize()
ExtentAllocator::_Allocate(uint64& found, uint64 start, uint64 size,
ExtentAllocator::AllocateTreeBlock(uint64& found, uint64 start, uint64 flags)
ExtentAllocator::AllocateDataBlock(uint64& found, uint64 size, uint64 start,
class ExtentAllocator {
ExtentAllocator(Volume* volume);
~ExtentAllocator();
ExtentAllocator(const ExtentAllocator&);
ExtentAllocator& operator=(const ExtentAllocator&);
fExtentAllocator = new(std::nothrow) ExtentAllocator(this);
class ExtentAllocator;
ExtentAllocator* GetAllocator() const { return fExtentAllocator; }
ExtentAllocator* fExtentAllocator;