Home
last modified time | relevance | path

Searched refs:numpps (Results 1 – 1 of 1) sorted by relevance

/linux/block/partitions/
H A Daix.c229 int numpps = be16_to_cpu(pvd->pp_count); in aix_partition() local
242 if (numpps > ARRAY_SIZE(pvd->ppe)) in aix_partition()
243 numpps = ARRAY_SIZE(pvd->ppe); in aix_partition()
245 for (i = 0; i < numpps; i += 1) { in aix_partition()