Searched refs:nodeOffset (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp622 nodeAndKey.nodeOffset = fHeader->root_node_pointer;
626 while ((node = fCache.Get(nodeAndKey.nodeOffset)) != NULL && CheckNode(node)) {
639 if (status == B_ENTRY_NOT_FOUND && nextOffset == nodeAndKey.nodeOffset)
645 nodeAndKey.nodeOffset = nextOffset;
721 status_t BPlusTree::SplitNode(bplustree_node *node,off_t nodeOffset,uint16 *_keyIndex,uint8 *key,uint16 *_keyLength,off_t *_value) argument
783 other->right_link = nodeOffset;
926 fCache.SetDirty(nodeOffset,true);
972 while (stack.Pop(&nodeAndKey) && (node = fCache.Get(nodeAndKey.nodeOffset)) != NULL && CheckNode(node))
995 fCache.SetDirty(nodeAndKey.nodeOffset,true);
1005 if (nodeAndKey.nodeOffset
1088 Node(off_t nodeOffset,bool check) argument
[all...]
H A DBPlusTree.h143 off_t nodeOffset; member in struct:BPlusTree::node_and_key
156 status_t SplitNode(bplustree_node *node, off_t nodeOffset, uint16 *_keyIndex, uint8 *key, uint16 *_keyLength, off_t *_value);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp1114 nodeAndKey.nodeOffset = fHeader.RootNode();
1118 while ((node = cached.SetTo(nodeAndKey.nodeOffset)) != NULL) {
1132 if (status == B_ENTRY_NOT_FOUND && nextOffset == nodeAndKey.nodeOffset)
1143 nodeAndKey.nodeOffset = nextOffset;
1147 B_PRIdOFF "\n", nodeAndKey.nodeOffset, fStream->ID()));
1417 BPlusTree::_SplitNode(bplustree_node* node, off_t nodeOffset, argument
1482 other->right_link = HOST_ENDIAN_TO_BFS_INT64(nodeOffset);
1703 && (node = cached.SetTo(nodeAndKey.nodeOffset)) != NULL) {
1737 _UpdateIterators(nodeAndKey.nodeOffset, BPLUSTREE_NULL,
1748 if (nodeAndKey.nodeOffset
2234 off_t nodeOffset = fHeader.RootNode(); local
2292 off_t nodeOffset = fHeader.RootNode(); local
2590 off_t nodeOffset = fTree->fHeader.RootNode(); local
2822 off_t nodeOffset = fTree->fHeader.RootNode(); local
[all...]
H A DBPlusTree.h169 off_t nodeOffset; member in struct:BFS::node_and_key
345 off_t nodeOffset, bplustree_node* other,
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h44 off_t nodeOffset; member in struct:node_and_key

Completed in 58 milliseconds