Searched refs:fFirstLeafMapIndex (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNode.cpp22 fFirstLeafMapIndex = FirstLeafMapIndex();
70 FillMapEntry(fFirstLeafMapIndex, fLeafMap);
80 if (fFirstLeafMapIndex == -1)
245 for (int i = 0; i <= len - fFirstLeafMapIndex; i++) {
361 FillMapEntry(fFirstLeafMapIndex, fLeafMap);
382 for(int i = fFirstLeafMapIndex; i < fInode->DataExtentsCount(); i++)
H A DNode.h126 xfs_extnum_t fFirstLeafMapIndex; member in class:NodeDirectory

Completed in 32 milliseconds