Searched refs:thisLastLBA (Results 1 – 1 of 1) sorted by relevance
1465 uint64_t bestLastLBA, thisLastLBA; in FindFirstInFree() local1470 thisLastLBA = partitions[i].GetLastLBA() + 1; in FindFirstInFree()1471 if (thisLastLBA > 0) in FindFirstInFree()1472 thisLastLBA--; in FindFirstInFree()1473 if ((thisLastLBA > bestLastLBA) && (thisLastLBA < start)) in FindFirstInFree()1474 bestLastLBA = thisLastLBA + 1; in FindFirstInFree()