taglinefilesource code
current_minor20drivers/block/genhd.cstatic int current_minor = 0;
current_minor60drivers/block/genhd.cif ((current_minor & mask) >= (4 + hd->max_p))
current_minor79drivers/block/genhd.cadd_partition(hd, current_minor, this_sector+p->start_sect, p->nr_sects);
current_minor80drivers/block/genhd.ccurrent_minor++;
current_minor90drivers/block/genhd.c!(hd->part[current_minor].nr_sects = p->nr_sects))
current_minor92drivers/block/genhd.chd->part[current_minor].start_sect = first_sector + p->start_sect;
current_minor94drivers/block/genhd.cdev = ((hd->major) << 8) | current_minor;
current_minor106drivers/block/genhd.cint i, minor = current_minor;
current_minor131drivers/block/genhd.ccurrent_minor += 4;  /* first "extra" minor (for extended partitions) */
current_minor138drivers/block/genhd.cif ((current_minor & 0x3f) >= 60)
current_minor151drivers/block/genhd.cfor (i = 4 ; i < 16 ; i++, current_minor++) {
current_minor153drivers/block/genhd.cif ((current_minor & mask) >= mask-2)
current_minor157drivers/block/genhd.cadd_partition(hd, current_minor, p->start_sect, p->nr_sects);
current_minor182drivers/block/genhd.ccurrent_minor = 1+(drive<<dev->minor_shift);
current_minor203drivers/block/genhd.ccurrent_minor = 1+(drive<<dev->minor_shift);