Lines Matching refs:partition
3076 struct ipart *partition[FD_NUMPART]; local
3100 partition[i] = &localpart[i];
3103 if (partition[i]->systid == UNUSED)
3106 if (partition[j]->systid == UNUSED)
3108 if (LE_32(partition[j]->relsect) <
3109 LE_32(partition[i]->relsect)) {
3110 struct ipart *temp = partition[i];
3111 partition[i] = partition[j];
3112 partition[j] = temp;
3189 first_free = LE_32(partition[i - 1]->relsect) +
3190 LE_32(partition[i - 1]->numsect);
3199 if (partition[i]->systid == UNUSED) {
3207 (LE_32(partition[i]->relsect > first_free))
3208 ? (LE_32(partition[i]->relsect) -
3220 if (partition[i]->systid == UNUSED) {
3281 if (partition[i]->systid == UNUSED)
3283 t_relsect = LE_32(partition[i]->relsect);
3284 t_numsect = LE_32(partition[i]->numsect);