| /src/external/gpl2/lvm2/dist/tools/ |
| lvcreate.c | 27 int pv_count; member in struct:lvcreate_cmdline_params 150 if (lcp->pv_count) { 152 lcp->pv_count, lcp->pvs, 1))) 165 if (!lcp->pv_count) 561 lcp->pv_count = argc;
|
| lvconvert.c | 42 int pv_count; member in struct:lvconvert_params 232 lp->pv_count = argc; 521 lp->pv_count ? lp->pvh : NULL)) 671 if (repair || lp->pv_count) 982 if (lp.pv_count) { 983 if (!(lp.pvh = create_pv_list(cmd->mem, vg, lp.pv_count,
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| pv_manip.c | 257 uint32_t pv_count = 0, free_count = 0, extent_count = 0; local 265 pv_count++; 317 if (pv_count != vg->pv_count) { 318 log_error("PV segment VG pv_count mismatch: %u != %u", 319 pv_count, vg->pv_count);
|
| metadata-exported.h | 228 uint32_t pv_count; member in struct:volume_group 460 int vg_extend(struct volume_group *vg, int pv_count, char **pv_names,
|
| /src/external/gpl2/lvm2/dist/lib/format1/ |
| format1.c | 34 uint32_t pv_count = 0; local 103 pv_count++; 107 if (pv_count != first->vgd.pv_cur) { 109 pv_count, first->pvd.vg_name, first->vgd.pv_cur); 147 if (!import_pvs(fid->fmt, mem, vg, pvs, &vg->pvs, &vg->pv_count))
|
| /src/external/gpl2/lvm2/dist/include/ |
| metadata-exported.h | 228 uint32_t pv_count; member in struct:volume_group 460 int vg_extend(struct volume_group *vg, int pv_count, char **pv_names,
|