| tag | line | file | source code |
|---|---|---|---|
| this_sector | 60 | drivers/block/genhd.c | unsigned long first_sector, this_sector; |
| this_sector | 64 | drivers/block/genhd.c | this_sector = first_sector; |
| this_sector | 86 | drivers/block/genhd.c | add_partition(hd, current_minor, this_sector+p->start_sect, p->nr_sects); |
| this_sector | 101 | drivers/block/genhd.c | this_sector = first_sector + p->start_sect; |