taglinefilesource code
NR_SECTS149drivers/block/genhd.cif (!NR_SECTS(p) || is_extended_partition(p))
NR_SECTS155drivers/block/genhd.c&& START_SECT(p) + NR_SECTS(p) > this_size
NR_SECTS157drivers/block/genhd.cthis_sector + START_SECT(p) + NR_SECTS(p) >
NR_SECTS161drivers/block/genhd.cadd_partition(hd, current_minor, this_sector+START_SECT(p), NR_SECTS(p));
NR_SECTS178drivers/block/genhd.cif(NR_SECTS(p) && is_extended_partition(p))
NR_SECTS183drivers/block/genhd.chd->part[current_minor].nr_sects = NR_SECTS(p);
NR_SECTS281drivers/block/genhd.cif (!NR_SECTS(p))
NR_SECTS283drivers/block/genhd.cadd_partition(hd, minor, first_sector+START_SECT(p), NR_SECTS(p));
NR_SECTS311drivers/block/genhd.cif (!(START_SECT(p) && NR_SECTS(p)))
NR_SECTS313drivers/block/genhd.cadd_partition(hd, current_minor, START_SECT(p), NR_SECTS(p));