Lines Matching refs:firstLBA
543 uint64_t firstLBA = GET_LLWORD_FROM_BYTE(&ptnInfoBuf[FIRST_LBA_OFFSET]);
545 lastLBA = lastLBA - firstLBA + preLastLBA + 1;
546 firstLBA = preLastLBA + 1;
547 PUT_LONG_LONG(ptnInfoBuf + FIRST_LBA_OFFSET, firstLBA);
550 uint64_t firstLBA = preLastLBA + 1;
551 if (lastPtnLastLBA < firstLBA) {
555 PUT_LONG_LONG(ptnInfoBuf + FIRST_LBA_OFFSET, firstLBA);
596 uint64_t firstLBA = modifyInfo.startAddr / gptInfo.devBlockSize;
597 uint64_t lastLBA = firstLBA + modifyInfo.partitionSize / gptInfo.devBlockSize - 1;
601 PUT_LONG_LONG(ptnInfoBuf + FIRST_LBA_OFFSET, firstLBA);