Searched refs:hashval (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.h363 uint32 hashval = B_BENDIAN_TO_HOST_INT32(entry[mid].hashval); local
364 if (hashval >= hashValueOfRequest) {
368 if (hashval < hashValueOfRequest)
H A DNode.h92 uint32 hashval; member in struct:NodeEntry
H A DExtent.h144 uint32 hashval; member in struct:ExtentLeafEntry
H A DLeafAttribute.h113 uint32 hashval; member in struct:AttrLeafEntry
H A DNode.cpp216 if (hashVal <= B_BENDIAN_TO_HOST_INT32(entry[i].hashval)) {
407 while (B_BENDIAN_TO_HOST_INT32(leafEntry[left].hashval)
H A DNodeAttribute.cpp368 while (B_BENDIAN_TO_HOST_INT32(entry[left].hashval)
H A DExtent.cpp222 while (B_BENDIAN_TO_HOST_INT32(leafEntry[left].hashval)
H A DBPlusTree.cpp640 if (hashVal <= B_BENDIAN_TO_HOST_INT32(entry[i].hashval))
742 leafEntry[numberOfLeafEntries - 1].hashval);
744 while (B_BENDIAN_TO_HOST_INT32(leafEntry[left].hashval)
H A DLeafAttribute.cpp296 while (B_BENDIAN_TO_HOST_INT32(entry[left].hashval) == hashValueOfRequest) {
H A DLeafDirectory.cpp350 while (B_BENDIAN_TO_HOST_INT32(leafEntry[left].hashval)

Completed in 101 milliseconds