Lines Matching refs:pvd
59 struct pvd { struct
130 static struct pvd *alloc_pvd(struct parsed_partitions *state, u32 lba) in alloc_pvd()
132 size_t count = sizeof(struct pvd); in alloc_pvd()
133 struct pvd *p; in alloc_pvd()
181 struct pvd *pvd = NULL; in aix_partition() local
236 pvd = alloc_pvd(state, vgda_sector + 17); in aix_partition()
240 if (pvd) { in aix_partition()
241 int numpps = be16_to_cpu(pvd->pp_count); in aix_partition()
242 int psn_part1 = be32_to_cpu(pvd->psn_part1); in aix_partition()
249 struct ppe *p = pvd->ppe + i; in aix_partition()
294 kfree(pvd); in aix_partition()