taglinefilesource code
this_sector128drivers/block/genhd.cunsigned long first_sector, first_size, this_sector, this_size;
this_sector134drivers/block/genhd.cthis_sector = first_sector;
this_sector174drivers/block/genhd.c&& (this_sector + START_SECT(p) < first_sector ||
this_sector175drivers/block/genhd.cthis_sector + START_SECT(p) + NR_SECTS(p) >
this_sector179drivers/block/genhd.cadd_partition(hd, current_minor, this_sector+START_SECT(p), NR_SECTS(p));
this_sector203drivers/block/genhd.cthis_sector = first_sector + START_SECT(p);