Searched refs:FindPrevious (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/btrfs/ |
H A D | Inode.cpp | 182 status_t status = fVolume->FSTree()->FindPrevious(&path, search_key, in FindBlock() 240 status_t status = fVolume->FSTree()->FindPrevious(&path, search_key, in ReadAt() 368 if (fVolume->FSTree()->FindPrevious(&path, search_key, &node_ref) != B_OK) { in FindParent() 391 if (fVolume->FSTree()->FindPrevious(path, key, NULL)) in FindNextIndex()
|
H A D | Volume.cpp | 270 status = fFSTree->FindPrevious(&path, search_key, NULL); in Mount() 486 status_t status = fChunkTree->FindPrevious(&path, search_key, in FindBlock()
|
H A D | BTree.h | 68 status_t FindPrevious(Path* path, btrfs_key& key,
|
H A D | BTree.cpp | 652 BTree::FindPrevious(Path* path, btrfs_key& key, void** _value, uint32* _size, in FindPrevious() function in BTree
|