btrfs_key
struct btrfs_key key;
btrfs_key key;
const btrfs_key* other;
other = (const btrfs_key*)(base + mid * entrySize);
BTree::Path::GetEntry(int slot, btrfs_key* _key, void** _value, uint32* _size,
btrfs_key::Compare(const btrfs_key& key) const
BTree::Traverse(btree_traversing type, Path* path, const btrfs_key& key)
BTree::_Find(Path* path, btrfs_key& wanted, void** _value, uint32* _size,
btrfs_key found;
BTree::FindNext(Path* path, btrfs_key& key, void** _value, uint32* _size,
BTree::FindPrevious(Path* path, btrfs_key& key, void** _value, uint32* _size,
BTree::FindExact(Path* path, btrfs_key& key, void** _value, uint32* _size,
const btrfs_key& startKey, int num, int length)
const btrfs_key& startKey, void** _data, int num)
BTree::Node::SearchSlot(const btrfs_key& key, int* slot, btree_traversing type)
TreeIterator::TreeIterator(BTree* tree, const btrfs_key& key)
btrfs_key found;
TreeIterator::Find(const btrfs_key& key)
status_t _Find(Path* path, btrfs_key& key,
status_t SearchSlot(const btrfs_key& key, int* slot,
status_t GetCurrentEntry(btrfs_key* _key, void** _value,
status_t GetEntry(int slot, btrfs_key* _key, void** _value,
TreeIterator(BTree* tree, const btrfs_key& key);
status_t Find(const btrfs_key& key);
btrfs_key Key() const { return fKey; }
status_t _Find(btree_traversing type, btrfs_key& key,
btrfs_key fKey;
BTree::Path::GetCurrentEntry(btrfs_key* _key, void** _value, uint32* _size,
status_t FindExact(Path* path, btrfs_key& key,
status_t FindNext(Path* path, btrfs_key& key,
status_t FindPrevious(Path* path, btrfs_key& key,
const btrfs_key& key) const;
Path* path, const btrfs_key& startKey,
Path* path, const btrfs_key& startKey,
btrfs_key key;
btrfs_key key;
btrfs_key key;
btrfs_key fKey;
btrfs_key search_key;
btrfs_key search_key;
btrfs_key search_key;
btrfs_key key;
btrfs_key key;
btrfs_key key;
btrfs_key search_key;
btrfs_key* key = (btrfs_key*)start;
start += sizeof(btrfs_key) + fChunk->Size();
btrfs_key search_key;
btrfs_key search_key;
btrfs_key key;
btrfs_key key;
btrfs_key drop_progress;
btrfs_key location;
int32 Compare(const btrfs_key& key) const;