Searched refs:pvd (Results 1 – 1 of 1) sorted by relevance
58 struct pvd { struct113 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() local219 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()[all …]