Searched refs:thisLastLBA (Results 1 – 1 of 1) sorted by relevance
1430 uint64_t bestLastLBA, thisLastLBA; in FindFirstInFree() local1435 thisLastLBA = partitions[i].GetLastLBA() + 1; in FindFirstInFree()1436 if (thisLastLBA > 0) in FindFirstInFree()1437 thisLastLBA--; in FindFirstInFree()1438 if ((thisLastLBA > bestLastLBA) && (thisLastLBA < start)) in FindFirstInFree()1439 bestLastLBA = thisLastLBA + 1; in FindFirstInFree()