Lines Matching refs:lvip
169 } *lvip;
202 lvip = kcalloc(state->limit, sizeof(struct lv_info), GFP_KERNEL);
203 if (!lvip)
214 lvip[i].pps_per_lv = be16_to_cpu(p[i].num_lps);
215 if (lvip[i].pps_per_lv)
218 /* pvd loops depend on n[].name and lvip[].pps_per_lv */
245 lvip[lv_ix].pps_found += 1;
253 if (lp_ix == lvip[lv_ix].pps_per_lv) {
258 lvip[lv_ix].pps_per_lv * pp_blocks_size);
262 lvip[lv_ix].lv_is_contiguous = 1;
269 if (lvip[i].pps_found && !lvip[i].lv_is_contiguous) {
275 tmp, lvip[i].pps_found);
280 kfree(lvip);