Lines Matching refs:lv_ix
35 __be16 lv_ix;
51 __be16 lv_ix;
249 unsigned int lv_ix;
256 lv_ix = be16_to_cpu(p->lv_ix) - 1;
257 if (lv_ix >= state->limit) {
261 lvip[lv_ix].pps_found += 1;
263 cur_lv_ix = lv_ix;
265 } else if (lv_ix != cur_lv_ix || lp_ix != next_lp_ix) {
269 if (lp_ix == lvip[lv_ix].pps_per_lv) {
272 put_partition(state, lv_ix + 1,
274 lvip[lv_ix].pps_per_lv * pp_blocks_size);
276 n[lv_ix].name);
278 lvip[lv_ix].lv_is_contiguous = 1;