Lines Matching defs:next
124 * table start). The second is a pointer to the next logical partition
149 if (state->next == state->limit)
162 * the 2nd entry is the next extended partition, or empty,
173 sector_t offs, size, next;
182 next = this_sector + offs;
186 if (next < first_sector)
188 if (next + size > first_sector + first_size)
192 put_partition(state, state->next, next, size);
193 set_info(state, state->next, disksig);
195 state->parts[state->next].flags = ADDPART_FLAG_RAID;
197 if (++state->next == state->limit)
205 * It should be a link to the next logical partition.
282 for (i = 0; i < max_nparts && state->next < state->limit; i++) {
292 put_partition(state, state->next++,
379 if (state->next == state->limit)
396 put_partition(state, state->next++, bsd_start, bsd_size);
507 if (state->next == state->limit)
511 put_partition(state, state->next++,
553 if (state->next == state->limit)
557 put_partition(state, state->next++,
660 state->next = 5;