taglinefilesource code
current_minor20drivers/block/genhd.cstatic int current_minor = 0;
current_minor47drivers/block/genhd.cif ((current_minor & mask) >= (4 + hd->max_p))
current_minor65drivers/block/genhd.c!(hd->part[current_minor].nr_sects = p->nr_sects))
current_minor67drivers/block/genhd.chd->part[current_minor].start_sect = this_sector + p->start_sect;
current_minor69drivers/block/genhd.c'a'+(current_minor >> hd->minor_shift),
current_minor70drivers/block/genhd.cmask & current_minor);
current_minor71drivers/block/genhd.ccurrent_minor++;
current_minor81drivers/block/genhd.c!(hd->part[current_minor].nr_sects = p->nr_sects))
current_minor83drivers/block/genhd.chd->part[current_minor].start_sect = first_sector + p->start_sect;
current_minor85drivers/block/genhd.cdev = ((hd->major) << 8) | current_minor;
current_minor97drivers/block/genhd.cint i, minor = current_minor;
current_minor112drivers/block/genhd.ccurrent_minor += 4;  /* first "extra" minor */
current_minor120drivers/block/genhd.cif ((current_minor & 0x3f) >= 60)
current_minor133drivers/block/genhd.cfor (i = 4 ; i < 16 ; i++, current_minor++) {
current_minor135drivers/block/genhd.cif ((current_minor & mask) >= mask-2)
current_minor139drivers/block/genhd.chd->part[current_minor].start_sect = p->start_sect;
current_minor140drivers/block/genhd.chd->part[current_minor].nr_sects = p->nr_sects;
current_minor142drivers/block/genhd.c'a'+(current_minor >> hd->minor_shift),
current_minor143drivers/block/genhd.ccurrent_minor & mask);
current_minor168drivers/block/genhd.ccurrent_minor = 1+(drive<<dev->minor_shift);
current_minor189drivers/block/genhd.ccurrent_minor = 1+(drive<<dev->minor_shift);