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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c191 u_int32_t *blocksChecked,
1967 u_int32_t *blocksChecked,
1973 *blocksChecked = 0;
1986 *blocksChecked += blocks;
2012 u_int32_t blocksChecked; local
2028 if ( !ExtentsAreIntegral(extents, mask, &blocksChecked, &lastExtentReached) )
2032 (int64_t)((int64_t)blocksChecked * (int64_t)vcb->blockSize) >= (int64_t)fcb->ff_size)
2035 startBlock = blocksChecked;
2045 if ( !ExtentsAreIntegral(extents, mask, &blocksChecked, &lastExtentReached) ) {
2049 startBlock += blocksChecked;
1964 ExtentsAreIntegral( const HFSPlusExtentRecord extentRecord, u_int32_t mask, u_int32_t *blocksChecked, Boolean *checkedLastExtent) argument
[all...]

Completed in 29 milliseconds