Searched refs:_DumpInOrder (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.h103 void _DumpInOrder(CachedExtent* node) const;
H A DExtentAllocator.cpp311 CachedExtentTree::_DumpInOrder(CachedExtent* node) const function in class:CachedExtentTree
315 _DumpInOrder(_GetValue(node->left));
317 _DumpInOrder(_GetValue(node->right));
325 _DumpInOrder(RootNode());

Completed in 40 milliseconds