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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c947 u_int32_t numExtentsPerRecord; local
962 numExtentsPerRecord = kHFSPlusExtentDensity;
964 numExtentsPerRecord = kHFSExtentDensity;
1161 if (foundIndex == numExtentsPerRecord) {
1295 u_int32_t numExtentsPerRecord; local
1304 numExtentsPerRecord = kHFSPlusExtentDensity;
1306 numExtentsPerRecord = kHFSExtentDensity;
1408 while (extentIndex < numExtentsPerRecord && extentRecord[extentIndex].blockCount != 0) {

Completed in 26 milliseconds