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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c3046 u_int32_t stopBlock; // If we get to this block, stop searching for first free block. local
3083 stopBlock = endingBlock - minBlocks + 1;
3142 while (currentBlock < stopBlock)
3156 if (currentBlock >= stopBlock) {
3190 if (currentBlock >= stopBlock)
3299 } while (currentBlock < stopBlock);
3322 firstBlock, stopBlock, minBlocks, foundBlocks);

Completed in 77 milliseconds