Searched refs:ExtentAllocator (Results 1 – 6 of 6) sorted by relevance
138 class ExtentAllocator {140 ExtentAllocator(Volume* volume);141 ~ExtentAllocator();151 ExtentAllocator(const ExtentAllocator&);152 ExtentAllocator& operator=(const ExtentAllocator&);
23 class ExtentAllocator; variable58 ExtentAllocator* GetAllocator() const { return fExtentAllocator; } in GetAllocator()93 ExtentAllocator* fExtentAllocator;
513 ExtentAllocator::ExtentAllocator(Volume* volume) in ExtentAllocator() function in ExtentAllocator524 ExtentAllocator::~ExtentAllocator() in ~ExtentAllocator()532 ExtentAllocator::_LoadExtentTree(uint64 flags) in _LoadExtentTree()576 ExtentAllocator::Initialize() in Initialize()610 ExtentAllocator::_Allocate(uint64& found, uint64 start, uint64 size, in _Allocate()647 ExtentAllocator::AllocateTreeBlock(uint64& found, uint64 start, uint64 flags) in AllocateTreeBlock()678 ExtentAllocator::AllocateDataBlock(uint64& found, uint64 size, uint64 start, in AllocateDataBlock()
26 ExtentAllocator.cpp
289 fExtentAllocator = new(std::nothrow) ExtentAllocator(this); in Mount()
52 ExtentAllocator.cpp