taglinefilesource code
this_sector104kernel/blk_drv/hd.cunsigned long first_sector, this_sector;
this_sector107kernel/blk_drv/hd.cthis_sector = first_sector;
this_sector131kernel/blk_drv/hd.chd[current_minor].start_sect = this_sector + p->start_sect;
this_sector150kernel/blk_drv/hd.cthis_sector = first_sector + p->start_sect;