Searched refs:startKey (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/btrfs/ |
H A D | BTree.cpp | 669 const btrfs_key& startKey, int num, int length) in MakeEntries() argument 672 B_PRIu64 ")\n", num, startKey.ObjectID(), startKey.Type(), in MakeEntries() 673 startKey.Offset()); in MakeEntries() 675 status_t status = Traverse(BTREE_FORWARD, path, startKey); in MakeEntries() 729 const btrfs_key& startKey, void** _data, int num) in RemoveEntries() argument 732 B_PRIu64 ")\n", num, startKey.ObjectID(), startKey.Type(), in RemoveEntries() 733 startKey.Offset()); in RemoveEntries() 735 status_t status = Traverse(BTREE_EXACT, path, startKey); in RemoveEntries()
|
H A D | BTree.h | 87 Path* path, const btrfs_key& startKey, 97 Path* path, const btrfs_key& startKey,
|