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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c490 u_int32_t foundIndex; local
503 err = SearchExtentFile(vcb, fcb, offset, &foundKey, foundData, &foundIndex, &hint, &nextFABN);
505 startBlock = foundData[foundIndex].startBlock;
506 firstFABN = nextFABN - foundData[foundIndex].blockCount;
875 u_int32_t foundIndex; local
884 error = SearchExtentFile(vcb, fcb, peof-1, &foundKey, foundData, &foundIndex, &hint, &nextBlock);
891 if (foundData[foundIndex].blockCount != 0)
892 ++foundIndex;
893 if (foundIndex == kHFSPlusExtentDensity) {
912 foundIndex
953 u_int32_t foundIndex; local
[all...]

Completed in 19 milliseconds