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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c192 u_int32_t *blocksChecked,
2046 u_int32_t *blocksChecked,
2052 *blocksChecked = 0;
2065 *blocksChecked += blocks;
2090 u_int32_t blocksChecked; local
2106 if ( !ExtentsAreIntegral(extents, mask, &blocksChecked, &lastExtentReached) )
2110 (int64_t)((int64_t)blocksChecked * (int64_t)vcb->blockSize) >= (int64_t)fcb->ff_size)
2113 startBlock = blocksChecked;
2123 if ( !ExtentsAreIntegral(extents, mask, &blocksChecked, &lastExtentReached) ) {
2127 startBlock += blocksChecked;
2043 ExtentsAreIntegral( const HFSPlusExtentRecord extentRecord, u_int32_t mask, u_int32_t *blocksChecked, Boolean *checkedLastExtent) argument
[all...]

Completed in 21 milliseconds