Lines Matching defs:pplhdr_offset
1084 sector_t pplhdr_offset = 0, prev_pplhdr_offset = 0;
1099 while (pplhdr_offset < rdev->ppl.size - (PPL_HEADER_SIZE >> 9)) {
1102 pplhdr_offset, PAGE_SIZE, page, REQ_OP_READ,
1120 (unsigned long long)pplhdr_offset);
1122 pplhdr_offset = prev_pplhdr_offset;
1137 (unsigned long long)pplhdr_offset);
1139 pplhdr_offset = prev_pplhdr_offset;
1147 pplhdr_offset = prev_pplhdr_offset;
1151 prev_pplhdr_offset = pplhdr_offset;
1158 pplhdr_offset +=
1160 pplhdr_offset += PPL_HEADER_SIZE >> 9;
1168 __func__, (unsigned long long)pplhdr_offset,
1173 ret = ppl_recover(log, pplhdr, pplhdr_offset);