Lines Matching refs:lvip
185 } *lvip;
218 lvip = kcalloc(state->limit, sizeof(struct lv_info), GFP_KERNEL);
219 if (!lvip)
230 lvip[i].pps_per_lv = be16_to_cpu(p[i].num_lps);
231 if (lvip[i].pps_per_lv)
234 /* pvd loops depend on n[].name and lvip[].pps_per_lv */
261 lvip[lv_ix].pps_found += 1;
269 if (lp_ix == lvip[lv_ix].pps_per_lv) {
274 lvip[lv_ix].pps_per_lv * pp_blocks_size);
278 lvip[lv_ix].lv_is_contiguous = 1;
285 if (lvip[i].pps_found && !lvip[i].lv_is_contiguous) {
291 tmp, lvip[i].pps_found);
296 kfree(lvip);