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

/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DSAllocate.c112 register UInt32 endingBlock,
120 UInt32 endingBlock,
464 //�� Should constrain the endingBlock here, so we don't bother looking for ranges
504 endingBlock Last block to check + 1
515 register UInt32 endingBlock,
530 if (maxBlocks > (endingBlock - startingBlock)) {
531 maxBlocks = endingBlock - startingBlock;
560 while (block < endingBlock) {
591 if (block == endingBlock) {
599 // If we could get the desired number of blocks before hitting endingBlock,
512 BlockAllocateAny( SVCB *vcb, UInt32 startingBlock, register UInt32 endingBlock, UInt32 maxBlocks, UInt32 *actualStartBlock, UInt32 *actualNumBlocks) argument
1086 BlockFindContiguous( SVCB *vcb, UInt32 startingBlock, register UInt32 endingBlock, UInt32 minBlocks, UInt32 maxBlocks, UInt32 *actualStartBlock, UInt32 *actualNumBlocks) argument
1410 UInt32 endingBlock; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c251 u_int32_t endingBlock,
261 u_int32_t endingBlock,
279 u_int32_t endingBlock,
1711 * We constrain the endingBlock so we don't bother looking for ranges
1822 endingBlock Last block to check + 1
1835 register u_int32_t endingBlock,
1850 uint32_t end_blk = endingBlock;
1903 register u_int32_t endingBlock,
1926 KERNEL_DEBUG_CONSTANT(HFSDBG_ALLOC_ANY_BITMAP | DBG_FUNC_START, startingBlock, endingBlock, maxBlocks, useMetaZone, 0);
1938 if (endingBlock > (vc
1832 BlockAllocateAny( ExtendedVCB *vcb, u_int32_t startingBlock, register u_int32_t endingBlock, u_int32_t maxBlocks, u_int32_t flags, Boolean trustSummary, u_int32_t *actualStartBlock, u_int32_t *actualNumBlocks) argument
1900 BlockAllocateAnyBitmap( ExtendedVCB *vcb, u_int32_t startingBlock, register u_int32_t endingBlock, u_int32_t maxBlocks, u_int32_t flags, u_int32_t *actualStartBlock, u_int32_t *actualNumBlocks) argument
2870 BlockFindContiguous( ExtendedVCB *vcb, u_int32_t startingBlock, u_int32_t endingBlock, u_int32_t minBlocks, u_int32_t maxBlocks, Boolean useMetaZone, Boolean trustSummary, u_int32_t *actualStartBlock, u_int32_t *actualNumBlocks) argument
[all...]

Completed in 122 milliseconds