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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c3828 u_int32_t curAllocBlock; local
3847 /* curAllocBlock represents the logical block we're analyzing. */
3848 curAllocBlock = startbit;
3850 /* Figure out which word curAllocBlock corresponds to in the block we read */
3851 wordIndexInBlock = (curAllocBlock / kBitsPerWord) % wordsPerBlock;
3859 for (curBit = curAllocBlock % kBitsPerWord; curBit < kBitsPerWord; curBit++) {
3863 u_int32_t res = hfs_isallocated_scan (hfsmp, curAllocBlock, buffer);
3866 curAllocBlock, curBit, currentWord, is_allocated, res);
3876 offset = curAllocBlock;
3893 curAllocBlock
[all...]

Completed in 19 milliseconds