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