tag | line | file | source code |
start_sect | 62 | drivers/block/genhd.c | hd->part[minor].start_sect = start; |
start_sect | 86 | drivers/block/genhd.c | first_sector = hd->part[MINOR(dev)].start_sect; |
start_sect | 109 | drivers/block/genhd.c | add_partition(hd, current_minor, this_sector+p->start_sect, p->nr_sects); |
start_sect | 122 | drivers/block/genhd.c | hd->part[current_minor].start_sect = first_sector + p->start_sect; |
start_sect | 123 | drivers/block/genhd.c | this_sector = first_sector + p->start_sect; |
start_sect | 205 | drivers/block/genhd.c | add_partition(hd, minor, first_sector+p->start_sect, p->nr_sects); |
start_sect | 223 | drivers/block/genhd.c | if (!(p->start_sect && p->nr_sects)) |
start_sect | 225 | drivers/block/genhd.c | add_partition(hd, current_minor, p->start_sect, p->nr_sects); |
start_sect | 313 | drivers/block/genhd.c | first_sector = hd->part[MINOR(dev)].start_sect; |
start_sect | 320 | drivers/block/genhd.c | hd->part[MINOR(dev)].start_sect = 0; |
start_sect | 372 | drivers/block/genhd.c | dev->part[i].start_sect = 0; |
start_sect | 724 | drivers/block/hd.c | block += hd[dev].start_sect; |
start_sect | 801 | drivers/block/hd.c | put_user(hd[MINOR(inode->i_rdev)].start_sect, |
start_sect | 1108 | drivers/block/hd.c | gdev->part[start+i].start_sect = 0; |
start_sect | 394 | drivers/block/ide.c | drive->part[0].start_sect = -1; /* skip partition check */ |
start_sect | 1151 | drivers/block/ide.c | block += drive->part[minor&PARTN_MASK].start_sect + drive->sect0; |
start_sect | 1531 | drivers/block/ide.c | drive->part[p].start_sect = 0; |
start_sect | 1563 | drivers/block/ide.c | put_user((unsigned)drive->part[inode->i_rdev&PARTN_MASK].start_sect, |
start_sect | 220 | drivers/block/xd.c | block = CURRENT->sector + xd[MINOR(CURRENT->dev)].start_sect; |
start_sect | 252 | drivers/block/xd.c | put_user(xd[MINOR(inode->i_rdev)].start_sect,&geometry->start); |
start_sect | 310 | drivers/block/xd.c | xd_gendisk.part[start + partition].start_sect = 0; |
start_sect | 301 | drivers/scsi/scsi_debug.c | p->start_sect = starts[npart]; |
start_sect | 128 | drivers/scsi/scsicam.c | logical_end = largest->start_sect + largest->nr_sects; |
start_sect | 493 | drivers/scsi/sd.c | block += sd[dev].start_sect; |
start_sect | 1288 | drivers/scsi/sd.c | gdev->part[start+i].start_sect = 0; |
start_sect | 1329 | drivers/scsi/sd.c | sd_gendisk.part[start+i].start_sect = 0; |
start_sect | 49 | drivers/scsi/sd_ioctl.c | put_user(sd[MINOR(inode->i_rdev)].start_sect, &loc->start); |
start_sect | 34 | include/linux/genhd.h | unsigned int start_sect; /* starting sector counting from 0 */ |
start_sect | 39 | include/linux/genhd.h | long start_sect; |