taglinefilesource code
NR_SECTS167drivers/block/genhd.cif (!NR_SECTS(p) || is_extended_partition(p))
NR_SECTS173drivers/block/genhd.c&& START_SECT(p) + NR_SECTS(p) > this_size
NR_SECTS175drivers/block/genhd.cthis_sector + START_SECT(p) + NR_SECTS(p) >
NR_SECTS179drivers/block/genhd.cadd_partition(hd, current_minor, this_sector+START_SECT(p), NR_SECTS(p));
NR_SECTS196drivers/block/genhd.cif(NR_SECTS(p) && is_extended_partition(p))
NR_SECTS201drivers/block/genhd.chd->part[current_minor].nr_sects = NR_SECTS(p);
NR_SECTS297drivers/block/genhd.cif (NR_SECTS(q) && q->sector == 1 && q->end_sector == 63) {
NR_SECTS312drivers/block/genhd.cif (!NR_SECTS(p))
NR_SECTS314drivers/block/genhd.cadd_partition(hd, minor, first_sector+START_SECT(p), NR_SECTS(p));
NR_SECTS342drivers/block/genhd.cif (!(START_SECT(p) && NR_SECTS(p)))
NR_SECTS344drivers/block/genhd.cadd_partition(hd, current_minor, START_SECT(p), NR_SECTS(p));