taglinefilesource code
current_minor80kernel/blk_drv/hd.cstatic unsigned int current_minor;
current_minor102kernel/blk_drv/hd.cif ((current_minor & 0x3f) >= 60)
current_minor121kernel/blk_drv/hd.c!(hd[current_minor].nr_sects = p->nr_sects))
current_minor123kernel/blk_drv/hd.chd[current_minor].start_sect = this_sector + p->start_sect;
current_minor125kernel/blk_drv/hd.ccurrent_minor, hd[current_minor].start_sect, 
current_minor126kernel/blk_drv/hd.chd[current_minor].nr_sects,
current_minor127kernel/blk_drv/hd.chd[current_minor].start_sect + 
current_minor128kernel/blk_drv/hd.chd[current_minor].nr_sects);
current_minor129kernel/blk_drv/hd.ccurrent_minor++;
current_minor139kernel/blk_drv/hd.c!(hd[current_minor].nr_sects = p->nr_sects))
current_minor141kernel/blk_drv/hd.chd[current_minor].start_sect = first_sector + p->start_sect;
current_minor143kernel/blk_drv/hd.cdev = 0x0300 | current_minor;
current_minor154kernel/blk_drv/hd.cint i, minor = current_minor;
current_minor165kernel/blk_drv/hd.ccurrent_minor += 4;  /* first "extra" minor */
current_minor175kernel/blk_drv/hd.cif ((current_minor & 0x3f) >= 60)
current_minor186kernel/blk_drv/hd.cfor (i = 4 ; i < 16 ; i++, current_minor++) {
current_minor188kernel/blk_drv/hd.cif ((current_minor & 0x3f) >= 60)
current_minor192kernel/blk_drv/hd.chd[current_minor].start_sect = p->start_sect;
current_minor193kernel/blk_drv/hd.chd[current_minor].nr_sects = p->nr_sects;
current_minor195kernel/blk_drv/hd.ccurrent_minor,
current_minor196kernel/blk_drv/hd.chd[current_minor].start_sect, 
current_minor197kernel/blk_drv/hd.chd[current_minor].nr_sects,
current_minor198kernel/blk_drv/hd.chd[current_minor].start_sect + 
current_minor199kernel/blk_drv/hd.chd[current_minor].nr_sects);
current_minor266kernel/blk_drv/hd.ccurrent_minor = 1+(drive<<6);