testsect           75 block/partitions/ibm.c 	sector_t testsect[3];
testsect           91 block/partitions/ibm.c 			testsect[0] = info->label_block;
testsect           93 block/partitions/ibm.c 			testsect[0] = info->label_block * (blocksize >> 9);
testsect           96 block/partitions/ibm.c 		testsect[0] = 1;
testsect           97 block/partitions/ibm.c 		testsect[1] = (blocksize >> 9);
testsect           98 block/partitions/ibm.c 		testsect[2] = 2 * (blocksize >> 9);
testsect          102 block/partitions/ibm.c 		data = read_part_sector(state, testsect[i], &sect);
testsect          122 block/partitions/ibm.c 			*labelsect = testsect[i];