tag | line | file | source code |
start_sect | 43 | drivers/block/genhd.c | first_sector = hd->part[MINOR(dev)].start_sect; |
start_sect | 67 | drivers/block/genhd.c | hd->part[current_minor].start_sect = this_sector + p->start_sect; |
start_sect | 83 | drivers/block/genhd.c | hd->part[current_minor].start_sect = first_sector + p->start_sect; |
start_sect | 84 | drivers/block/genhd.c | this_sector = first_sector + p->start_sect; |
start_sect | 106 | drivers/block/genhd.c | first_sector = hd->part[MINOR(dev)].start_sect; |
start_sect | 118 | drivers/block/genhd.c | hd->part[minor].start_sect = first_sector + p->start_sect; |
start_sect | 137 | drivers/block/genhd.c | if (!(p->start_sect && p->nr_sects)) |
start_sect | 139 | drivers/block/genhd.c | hd->part[current_minor].start_sect = p->start_sect; |
start_sect | 184 | drivers/block/genhd.c | dev->part[i].start_sect = 0; |
start_sect | 677 | drivers/block/hd.c | block += hd[dev].start_sect; |
start_sect | 790 | drivers/block/hd.c | put_fs_long(hd[MINOR(inode->i_rdev)].start_sect, |
start_sect | 1087 | drivers/block/hd.c | gdev->part[start+i].start_sect = 0; |
start_sect | 218 | drivers/block/xd.c | block = CURRENT->sector + xd[MINOR(CURRENT->dev)].start_sect; |
start_sect | 250 | drivers/block/xd.c | put_fs_long(xd[MINOR(inode->i_rdev)].start_sect,(long *) &geometry->start); |
start_sect | 308 | drivers/block/xd.c | xd_gendisk.part[start + partition].start_sect = 0; |
start_sect | 278 | drivers/scsi/scsi_debug.c | p->start_sect = starts[npart]; |
start_sect | 419 | drivers/scsi/sd.c | block += sd[dev].start_sect; |
start_sect | 1082 | 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; |