Searched refs:LinkType (Results 1 - 8 of 8) sorted by relevance

/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h69 static inline uint8 LinkType(off_t link);
284 inline uint8 bplustree_node::LinkType(off_t link) function in class:bplustree_node
H A Ddump.cpp273 if (bplustree_node::LinkType(*value)
277 } else if (bplustree_node::LinkType(*value)
H A DBPlusTree.cpp463 uint8 type = bplustree_node::LinkType(offset);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h129 static inline uint8 LinkType(off_t link);
627 bplustree_node::LinkType(off_t link) function in class:BFS::bplustree_node
644 return (LinkType(link)
H A DDebug.cpp256 if (bplustree_node::LinkType(*value)
260 } else if (bplustree_node::LinkType(*value)
H A DBPlusTree.cpp1165 if (bplustree_node::LinkType(value) != BPLUSTREE_DUPLICATE_FRAGMENT)
1211 if (bplustree_node::LinkType(oldValue)
1843 if (bplustree_node::LinkType(oldValue) == BPLUSTREE_DUPLICATE_FRAGMENT) {
2398 bool isFragmentNode = bplustree_node::LinkType(childOffset)
2772 uint8 type = bplustree_node::LinkType(offset);
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp322 if (bplustree_node::LinkType(value) == BPLUSTREE_NODE)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl2.h2294 UINT8 LinkType; member in struct:acpi_nhlt_endpoint
2306 /* Types for LinkType field above */

Completed in 96 milliseconds