Home
last modified time | relevance | path

Searched refs:MaxFragments (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h135 static inline uint32 MaxFragments(uint32 nodeSize);
664 bplustree_node::MaxFragments(uint32 nodeSize) in MaxFragments() function
H A DBPlusTree.cpp1177 uint32 num = bplustree_node::MaxFragments(fNodeSize); in _FindFreeDuplicateFragment()
2985 for (uint32 i = 0; i < MaxFragments(nodeSize); i++) { in FragmentsUsed()