numlvs             27 block/partitions/aix.c 	__be16 numlvs;
numlvs            180 block/partitions/aix.c 	int numlvs = 0;
numlvs            216 block/partitions/aix.c 		numlvs = be16_to_cpu(p->numlvs);
numlvs            222 block/partitions/aix.c 	if (numlvs && (d = read_part_sector(state, vgda_sector + 1, &sect))) {
numlvs            230 block/partitions/aix.c 			for (i = 0; foundlvs < numlvs && i < state->limit; i += 1) {