Lines Matching refs:pvd
58 struct pvd { struct
129 static struct pvd *alloc_pvd(struct parsed_partitions *state, u32 lba) in alloc_pvd()
131 size_t count = sizeof(struct pvd); in alloc_pvd()
132 struct pvd *p; in alloc_pvd()
180 struct pvd *pvd; in aix_partition() local
237 pvd = alloc_pvd(state, vgda_sector + 17); in aix_partition()
238 if (pvd) { in aix_partition()
239 int numpps = be16_to_cpu(pvd->pp_count); in aix_partition()
240 int psn_part1 = be32_to_cpu(pvd->psn_part1); in aix_partition()
247 struct ppe *p = pvd->ppe + i; in aix_partition()
288 kfree(pvd); in aix_partition()