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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c4483 u_int32_t currentStart, currentEnd, endBlock; local
4506 currentEnd = currentStart + hfsmp->vcbFreeExt[i].blockCount;
4512 if (currentEnd <= startBlock || currentStart >= endBlock) {
4520 if (startBlock <= currentStart && endBlock >= currentEnd) {
4542 if (startBlock > currentStart && endBlock < currentEnd) {
4545 add_free_extent_list(hfsmp, endBlock, currentEnd - endBlock);
4568 insertedIndex = add_free_extent_list(hfsmp, endBlock, currentEnd - endBlock);
4611 uint32_t currentEnd; local
4650 currentEnd = hfsmp->vcbFreeExt[i].startBlock + hfsmp->vcbFreeExt[i].blockCount;
4651 if (hfsmp->vcbFreeExt[i].startBlock > endBlock || currentEnd < startBloc
[all...]

Completed in 16 milliseconds