Searched refs:FindPrevious (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.cpp182 status_t status = fVolume->FSTree()->FindPrevious(&path, search_key,
240 status_t status = fVolume->FSTree()->FindPrevious(&path, search_key,
368 if (fVolume->FSTree()->FindPrevious(&path, search_key, &node_ref) != B_OK) {
391 if (fVolume->FSTree()->FindPrevious(path, key, NULL))
H A DVolume.cpp270 status = fFSTree->FindPrevious(&path, search_key, NULL);
486 status_t status = fChunkTree->FindPrevious(&path, search_key,
H A DBTree.h68 status_t FindPrevious(Path* path, btrfs_key& key,
H A DBTree.cpp652 BTree::FindPrevious(Path* path, btrfs_key& key, void** _value, uint32* _size, function in class:BTree

Completed in 56 milliseconds