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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c580 u_int32_t extentIndex; local
592 for( extentIndex = 0; extentIndex < numberOfExtents; extentIndex++)
598 numAllocationBlocks = extentRecord[extentIndex].blockCount;
605 err = BlockDeallocate( vcb, extentRecord[extentIndex].startBlock, numAllocationBlocks , 0);
1356 u_int32_t extentIndex; local
1447 err = SearchExtentFile(vcb, fcb, peof-1, &key, extentRecord, &extentIndex, &hint, &extentNextBlock);
1460 startBlock = extentRecord[extentIndex].startBlock + extentRecord[extentIndex]
1703 u_int32_t extentIndex; local
2050 u_int32_t extentIndex; local
[all...]

Completed in 20 milliseconds