tag | line | file | source code |
---|---|---|---|
this_sector | 40 | drivers/block/genhd.c | unsigned long first_sector, this_sector; |
this_sector | 44 | drivers/block/genhd.c | this_sector = first_sector; |
this_sector | 67 | drivers/block/genhd.c | hd->part[current_minor].start_sect = this_sector + p->start_sect; |
this_sector | 84 | drivers/block/genhd.c | this_sector = first_sector + p->start_sect; |