taglinefilesource code
current_minor20drivers/block/genhd.cstatic int current_minor = 0;
current_minor47drivers/block/genhd.cif ((current_minor & mask) >= (4 + hd->max_p))
current_minor64drivers/block/genhd.c!(hd->part[current_minor].nr_sects = p->nr_sects))
current_minor66drivers/block/genhd.chd->part[current_minor].start_sect = this_sector + p->start_sect;
current_minor68drivers/block/genhd.c'a'+(current_minor >> hd->minor_shift),
current_minor69drivers/block/genhd.cmask & current_minor);
current_minor70drivers/block/genhd.ccurrent_minor++;
current_minor80drivers/block/genhd.c!(hd->part[current_minor].nr_sects = p->nr_sects))
current_minor82drivers/block/genhd.chd->part[current_minor].start_sect = first_sector + p->start_sect;
current_minor84drivers/block/genhd.cdev = ((hd->major) << 8) | current_minor;
current_minor96drivers/block/genhd.cint i, minor = current_minor;
current_minor111drivers/block/genhd.ccurrent_minor += 4;  /* first "extra" minor */
current_minor119drivers/block/genhd.cif ((current_minor & 0x3f) >= 60)
current_minor132drivers/block/genhd.cfor (i = 4 ; i < 16 ; i++, current_minor++) {
current_minor134drivers/block/genhd.cif ((current_minor & mask) >= mask-2)
current_minor138drivers/block/genhd.chd->part[current_minor].start_sect = p->start_sect;
current_minor139drivers/block/genhd.chd->part[current_minor].nr_sects = p->nr_sects;
current_minor141drivers/block/genhd.c'a'+(current_minor >> hd->minor_shift),
current_minor142drivers/block/genhd.ccurrent_minor & mask);
current_minor167drivers/block/genhd.ccurrent_minor = 1+(drive<<dev->minor_shift);
current_minor188drivers/block/genhd.ccurrent_minor = 1+(drive<<dev->minor_shift);