Home
last modified time | relevance | path

Searched refs:NextLeaf (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h80 status_t NextLeaf(Path* path) const;
H A DBTree.cpp801 BTree::NextLeaf(Path* path) const in NextLeaf() function in BTree
953 status = fTree->NextLeaf(fPath); in _GetEntry()