Searched refs:SearchSlot (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h193 status_t SearchSlot(const btrfs_key& key, int* slot,
H A DBTree.cpp88 BTree::Node::SearchSlot(const btrfs_key& key, int* slot, btree_traversing type) function in class:BTree::Node
129 TRACE("SearchSlot() found slot %" B_PRId32 " comp %" B_PRId32 "\n",
586 status = node.SearchSlot(key, &slot, BTREE_BACKWARD);
605 status = node.SearchSlot(key, &slot, type);

Completed in 74 milliseconds