Searched refs:btrfs_key (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h62 status_t FindExact(Path* path, btrfs_key& key,
65 status_t FindNext(Path* path, btrfs_key& key,
68 status_t FindPrevious(Path* path, btrfs_key& key,
77 const btrfs_key& key) const;
87 Path* path, const btrfs_key& startKey,
97 Path* path, const btrfs_key& startKey,
116 status_t _Find(Path* path, btrfs_key& key,
193 status_t SearchSlot(const btrfs_key& key, int* slot,
230 status_t GetCurrentEntry(btrfs_key* _key, void** _value,
232 status_t GetEntry(int slot, btrfs_key* _ke
[all...]
H A DBTree.cpp88 BTree::Node::SearchSlot(const btrfs_key& key, int* slot, btree_traversing type)
101 const btrfs_key* other;
104 other = (const btrfs_key*)(base + mid * entrySize);
370 BTree::Path::GetEntry(int slot, btrfs_key* _key, void** _value, uint32* _size,
554 btrfs_key::Compare(const btrfs_key& key) const
573 BTree::Traverse(btree_traversing type, Path* path, const btrfs_key& key)
618 BTree::_Find(Path* path, btrfs_key& wanted, void** _value, uint32* _size,
625 btrfs_key found;
644 BTree::FindNext(Path* path, btrfs_key
[all...]
H A DAttributeIterator.cpp26 btrfs_key key;
H A DDirectoryIterator.cpp27 btrfs_key key;
122 btrfs_key key;
H A DVolume.cpp155 btrfs_key* key = (btrfs_key*)start;
167 start += sizeof(btrfs_key) + fChunk->Size();
202 btrfs_key search_key;
480 btrfs_key search_key;
H A DInode.cpp95 btrfs_key search_key;
175 btrfs_key search_key;
232 btrfs_key search_key;
361 btrfs_key search_key;
386 btrfs_key key;
427 btrfs_key key;
521 btrfs_key key;
H A Dbtrfs.h77 struct btrfs_key { struct
88 int32 Compare(const btrfs_key& key) const;
130 btrfs_key key;
146 btrfs_key key;
350 btrfs_key drop_progress;
361 btrfs_key location;
H A DAttribute.cpp151 struct btrfs_key key;
H A DExtentAllocator.h132 btrfs_key fKey;
H A DExtentAllocator.cpp445 btrfs_key key;

Completed in 120 milliseconds