Symbol: CachedExtentTree
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
108
CachedExtentTree::FillFreeExtents(uint64 lowerBound, uint64 upperBound)
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
149
CachedExtentTree::_RemoveExtent(CachedExtent* node)
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
160
CachedExtentTree::_AddAllocatedExtent(CachedExtent* node)
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
221
CachedExtentTree::_AddFreeExtent(CachedExtent* node)
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
276
CachedExtentTree::AddExtent(CachedExtent* extent)
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
285
CachedExtentTree::_CombineFreeExtent(CachedExtent* node)
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
311
CachedExtentTree::_DumpInOrder(CachedExtent* node) const
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
322
CachedExtentTree::DumpInOrder() const
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
331
CachedExtentTree::Delete()
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
339
CachedExtentTree::_Delete(CachedExtent* node)
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
430
BlockGroup::LoadExtent(CachedExtentTree* tree, bool inverse)
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
488
BlockGroup::_InsertExtent(CachedExtentTree* tree, uint64 start, uint64 length,
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
497
BlockGroup::_InsertExtent(CachedExtentTree* tree, CachedExtent* extent)
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
520
fTree = new(std::nothrow) CachedExtentTree(TreeDefinition());
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
72
CachedExtentTree::CachedExtentTree(const TreeDefinition& definition)
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
79
CachedExtentTree::~CachedExtentTree()
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp
89
CachedExtentTree::FindNext(CachedExtent** chosen, uint64 offset, uint64 size,
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.h
115
status_t LoadExtent(CachedExtentTree* tree,
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.h
126
status_t _InsertExtent(CachedExtentTree* tree,
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.h
128
status_t _InsertExtent(CachedExtentTree* tree,
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.h
158
CachedExtentTree* fTree;
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.h
85
struct CachedExtentTree : AVLTree<TreeDefinition> {
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.h
87
CachedExtentTree(
src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.h
89
~CachedExtentTree();