pvd
static struct pvd *alloc_pvd(struct parsed_partitions *state, u32 lba)
size_t count = sizeof(struct pvd);
struct pvd *p;
struct pvd *pvd = NULL;
pvd = alloc_pvd(state, vgda_sector + 17);
if (pvd) {
int numpps = be16_to_cpu(pvd->pp_count);
int psn_part1 = be32_to_cpu(pvd->psn_part1);
struct ppe *p = pvd->ppe + i;
kfree(pvd);