Searched refs:CachedExtentTree (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp72 CachedExtentTree::CachedExtentTree(const TreeDefinition& definition) function in class:CachedExtentTree
79 CachedExtentTree::~CachedExtentTree()
89 CachedExtentTree::FindNext(CachedExtent** chosen, uint64 offset, uint64 size,
108 CachedExtentTree::FillFreeExtents(uint64 lowerBound, uint64 upperBound)
149 CachedExtentTree::_RemoveExtent(CachedExtent* node)
160 CachedExtentTree::_AddAllocatedExtent(CachedExtent* node)
221 CachedExtentTree::_AddFreeExtent(CachedExtent* node)
276 CachedExtentTree
[all...]
H A DExtentAllocator.h85 struct CachedExtentTree : AVLTree<TreeDefinition> { struct in inherits:AVLTree
87 CachedExtentTree(
89 ~CachedExtentTree();
115 status_t LoadExtent(CachedExtentTree* tree,
126 status_t _InsertExtent(CachedExtentTree* tree,
128 status_t _InsertExtent(CachedExtentTree* tree,
158 CachedExtentTree* fTree;

Completed in 64 milliseconds