Searched refs:LEAF (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafDirectory.h23 enum ContentType { DATA, LEAF }; enumerator in enum:ContentType
H A DLeafDirectory.cpp64 status = FillBuffer(LEAF, fLeafBuffer, 0);
137 else if (type == LEAF)
163 } else if (type == LEAF) {
190 status_t status = FillBuffer(LEAF, fLeafBuffer, 0);
330 status = FillBuffer(LEAF, fLeafBuffer, 0);
H A DNode.cpp114 else if (type == LEAF)
151 } else if (type == LEAF) {
364 status = FillBuffer(LEAF, fLeafBuffer, 0);
386 status = FillBuffer(LEAF, fLeafBuffer,
H A DBPlusTree.cpp193 else if (type == LEAF)
668 status = SearchAndFillPath(rightOffset, LEAF);
698 &targetMap, LEAF, pathIndex);
794 status = SearchAndFillPath(nextLeaf, LEAF);
812 &targetMap, LEAF, pathIndex);

Completed in 42 milliseconds