Searched refs:ExtentAllocator (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp7 #include "ExtentAllocator.h"
510 // ExtentAllocator
513 ExtentAllocator::ExtentAllocator(Volume* volume) function in class:ExtentAllocator
524 ExtentAllocator::~ExtentAllocator()
532 ExtentAllocator::_LoadExtentTree(uint64 flags)
534 TRACE("ExtentAllocator::_LoadExtentTree() flags: %" B_PRIu64 "\n", flags);
561 ERROR("ExtentAllocator::_LoadExtentTree() could not fill free extents"
576 ExtentAllocator
[all...]
H A DVolume.h23 class ExtentAllocator;
58 ExtentAllocator* GetAllocator() const { return fExtentAllocator; }
93 ExtentAllocator* fExtentAllocator;
H A DVolume.cpp20 #include "ExtentAllocator.h"
288 // Initialize ExtentAllocator;
289 fExtentAllocator = new(std::nothrow) ExtentAllocator(this);
H A DExtentAllocator.h138 class ExtentAllocator { class
140 ExtentAllocator(Volume* volume);
141 ~ExtentAllocator();
151 ExtentAllocator(const ExtentAllocator&);
152 ExtentAllocator& operator=(const ExtentAllocator&);

Completed in 108 milliseconds