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

/haiku/src/add-ons/kernel/file_systems/btrfs/
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());
H A DExtentAllocator.h103 void _DumpInOrder(CachedExtent* node) const;

Completed in 50 milliseconds