Searched refs:highest (Results 1 - 1 of 1) sorted by relevance

/block/
H A Dpartition-generic.c429 int p, highest, res; local
476 /* Detect the highest partition number and preallocate
480 for (p = 1, highest = 0; p < state->limit; p++)
482 highest = p;
484 disk_expand_part_tbl(disk, highest);

Completed in 34 milliseconds