Lines Matching refs:pvd
58 struct pvd { struct
113 static struct pvd *alloc_pvd(struct parsed_partitions *state, u32 lba) in alloc_pvd()
115 size_t count = sizeof(struct pvd); in alloc_pvd()
116 struct pvd *p; in alloc_pvd()
164 struct pvd *pvd = NULL; in aix_partition() local
219 pvd = alloc_pvd(state, vgda_sector + 17); in aix_partition()
223 if (pvd) { in aix_partition()
224 int numpps = be16_to_cpu(pvd->pp_count); in aix_partition()
225 int psn_part1 = be32_to_cpu(pvd->psn_part1); in aix_partition()
232 struct ppe *p = pvd->ppe + i; in aix_partition()
277 kfree(pvd); in aix_partition()