Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DBPlusTree.cpp41 fPathForLeaves[i].blockData = NULL; in TreeDirectory()
170 = GetKeyFromNode(i + 1, (void*)fPathForLeaves[pathIndex].blockData); in SearchOffsetInTreeNode()
173 fPathForLeaves[pathIndex].blockData); in SearchOffsetInTreeNode()
194 path = fPathForLeaves; in SearchAndFillPath()
591 char* base = fPathForLeaves[pathIndex].blockData + BlockLen(); in FillMapEntry()
675 if (fPathForLeaves[i].type == 2) { in Lookup()
689 = (LongBlock*)fPathForLeaves[pathIndex].blockData; in Lookup()
691 if (!VerifyHeader<LongBlock>(curDirBlock, fPathForLeaves[pathIndex].blockData, fInode, in Lookup()
800 if (fPathForLeaves[i].type == 2) { in Lookup()
809 = (LongBlock*)fPathForLeaves[pathIndex].blockData; in Lookup()
H A DBPlusTree.h158 PathNode fPathForLeaves[MAX_TREE_DEPTH]; variable