Searched refs:leafEntry (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/xfs/ |
H A D | Extent.cpp | 214 ExtentLeafEntry* leafEntry = BlockFirstLeaf(blockTail); in Lookup() local 220 hashLowerBound<ExtentLeafEntry>(leafEntry, left, right, hashValueOfRequest); in Lookup() 222 while (B_BENDIAN_TO_HOST_INT32(leafEntry[left].hashval) in Lookup() 225 uint32 address = B_BENDIAN_TO_HOST_INT32(leafEntry[left].address); in Lookup()
|
H A D | LeafDirectory.cpp | 338 ExtentLeafEntry* leafEntry = FirstLeaf(); in Lookup() local 339 if (leafEntry == NULL) in Lookup() 348 hashLowerBound<ExtentLeafEntry>(leafEntry, left, right, hashValueOfRequest); in Lookup() 350 while (B_BENDIAN_TO_HOST_INT32(leafEntry[left].hashval) in Lookup() 353 uint32 address = B_BENDIAN_TO_HOST_INT32(leafEntry[left].address); in Lookup()
|
H A D | Node.cpp | 394 ExtentLeafEntry* leafEntry = in Lookup() local 396 if (leafEntry == NULL) in Lookup() 405 hashLowerBound<ExtentLeafEntry>(leafEntry, left, right, hashValueOfRequest); in Lookup() 407 while (B_BENDIAN_TO_HOST_INT32(leafEntry[left].hashval) in Lookup() 410 uint32 address = B_BENDIAN_TO_HOST_INT32(leafEntry[left].address); in Lookup()
|
H A D | BPlusTree.cpp | 730 ExtentLeafEntry* leafEntry in Lookup() local 738 hashLowerBound<ExtentLeafEntry>(leafEntry, left, right, hashValueOfRequest); in Lookup() 742 leafEntry[numberOfLeafEntries - 1].hashval); in Lookup() 744 while (B_BENDIAN_TO_HOST_INT32(leafEntry[left].hashval) in Lookup() 746 uint32 address = B_BENDIAN_TO_HOST_INT32(leafEntry[left].address); in Lookup()
|