Lines Matching refs:lv_ix
35 __be16 lv_ix;
51 __be16 lv_ix;
233 unsigned int lv_ix;
240 lv_ix = be16_to_cpu(p->lv_ix) - 1;
241 if (lv_ix >= state->limit) {
245 lvip[lv_ix].pps_found += 1;
247 cur_lv_ix = lv_ix;
249 } else if (lv_ix != cur_lv_ix || lp_ix != next_lp_ix) {
253 if (lp_ix == lvip[lv_ix].pps_per_lv) {
256 put_partition(state, lv_ix + 1,
258 lvip[lv_ix].pps_per_lv * pp_blocks_size);
260 n[lv_ix].name);
262 lvip[lv_ix].lv_is_contiguous = 1;