Home
last modified time | relevance | path

Searched refs:GetTreeHeight (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DTree.h47 uint32 GetTreeHeight() const;
H A DSuperBlock.h81 uint16 GetTreeHeight() const in GetTreeHeight() function
H A DTree.cpp92 Tree::GetTreeHeight() const in GetTreeHeight() function in Tree
H A DVolume.cpp162 fSuperBlock->GetTreeHeight()); in Mount()
H A DIterators.cpp195 fPath = new(nothrow) TreePath(tree->GetTreeHeight()); in SetTo()