taglinefilesource code
NR_SECTS151drivers/block/genhd.cif (!NR_SECTS(p) || is_extended_partition(p))
NR_SECTS157drivers/block/genhd.c&& START_SECT(p) + NR_SECTS(p) > this_size
NR_SECTS159drivers/block/genhd.cthis_sector + START_SECT(p) + NR_SECTS(p) >
NR_SECTS163drivers/block/genhd.cadd_partition(hd, current_minor, this_sector+START_SECT(p), NR_SECTS(p));
NR_SECTS180drivers/block/genhd.cif(NR_SECTS(p) && is_extended_partition(p))
NR_SECTS185drivers/block/genhd.chd->part[current_minor].nr_sects = NR_SECTS(p);
NR_SECTS281drivers/block/genhd.cif (NR_SECTS(q) && q->sector == 1 && q->end_sector == 63) {
NR_SECTS296drivers/block/genhd.cif (!NR_SECTS(p))
NR_SECTS298drivers/block/genhd.cadd_partition(hd, minor, first_sector+START_SECT(p), NR_SECTS(p));
NR_SECTS326drivers/block/genhd.cif (!(START_SECT(p) && NR_SECTS(p)))
NR_SECTS328drivers/block/genhd.cadd_partition(hd, current_minor, START_SECT(p), NR_SECTS(p));