tag | line | file | source code |
start_sect | 43 | drivers/block/genhd.c | first_sector = hd->part[MINOR(dev)].start_sect; |
start_sect | 66 | drivers/block/genhd.c | hd->part[current_minor].start_sect = this_sector + p->start_sect; |
start_sect | 82 | drivers/block/genhd.c | hd->part[current_minor].start_sect = first_sector + p->start_sect; |
start_sect | 83 | drivers/block/genhd.c | this_sector = first_sector + p->start_sect; |
start_sect | 105 | drivers/block/genhd.c | first_sector = hd->part[MINOR(dev)].start_sect; |
start_sect | 117 | drivers/block/genhd.c | hd->part[minor].start_sect = first_sector + p->start_sect; |
start_sect | 136 | drivers/block/genhd.c | if (!(p->start_sect && p->nr_sects)) |
start_sect | 138 | drivers/block/genhd.c | hd->part[current_minor].start_sect = p->start_sect; |
start_sect | 183 | drivers/block/genhd.c | dev->part[i].start_sect = 0; |
start_sect | 468 | drivers/block/hd.c | block += hd[dev].start_sect; |
start_sect | 542 | drivers/block/hd.c | put_fs_long(hd[MINOR(inode->i_rdev)].start_sect, |
start_sect | 782 | drivers/block/hd.c | gdev->part[start+i].start_sect = 0; |
start_sect | 185 | drivers/block/xd.c | block = CURRENT->sector + xd[MINOR(CURRENT->dev)].start_sect; |
start_sect | 214 | drivers/block/xd.c | put_fs_long(xd[MINOR(inode->i_rdev)].start_sect,(long *) &geometry->start); |
start_sect | 264 | drivers/block/xd.c | xd_gendisk.part[start + partition].start_sect = 0; |
start_sect | 242 | drivers/scsi/scsi_debug.c | p->start_sect = starts[npart]; |
start_sect | 407 | drivers/scsi/sd.c | block += sd[dev].start_sect; |
start_sect | 957 | drivers/scsi/sd.c | gdev->part[start+i].start_sect = 0; |
start_sect | 45 | drivers/scsi/sd_ioctl.c | put_fs_long(sd[MINOR(inode->i_rdev)].start_sect, |
start_sect | 23 | include/linux/genhd.h | unsigned int start_sect; /* starting sector counting from 0 */ |
start_sect | 28 | include/linux/genhd.h | long start_sect; |