_Find
return _Find(path, key, _value, _size, _offset, BTREE_FORWARD);
return _Find(path, key, _value, _size, _offset, BTREE_BACKWARD);
return _Find(path, key, _value, _size, _offset, BTREE_EXACT);
status_t _Find(Path* path, btrfs_key& key,
status_t _Find(btree_traversing type, btrfs_key& key,
return _Find(name, -1);
return _Find(NULL, index);
status_t _Find(const char* name, int32 index);
ServerNode* node = _Find(address);
ServerNode* node = _Find(server->ID());
ServerNode* _Find(const PeerAddress& address);