Searched refs:currentStart (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
4505 currentStart = hfsmp->vcbFreeExt[i].startBlock;
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) {
4544 add_free_extent_list(hfsmp, currentStart, startBlock - currentStart);
4563 if (startBlock > currentStart) {
4565 insertedIndex = add_free_extent_list(hfsmp, currentStart, startBloc
[all...]

Completed in 15 milliseconds