tag | line | file | source code |
start_sect | 61 | 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 | 125 | drivers/block/genhd.c | if (p->start_sect + p->nr_sects > this_size) |
start_sect | 128 | drivers/block/genhd.c | add_partition(hd, current_minor, this_sector+p->start_sect, p->nr_sects); |
start_sect | 151 | drivers/block/genhd.c | hd->part[current_minor].start_sect = first_sector + p->start_sect; |
start_sect | 152 | drivers/block/genhd.c | this_sector = first_sector + p->start_sect; |
start_sect | 232 | drivers/block/genhd.c | add_partition(hd, minor, first_sector+p->start_sect, p->nr_sects); |
start_sect | 261 | drivers/block/genhd.c | if (!(p->start_sect && p->nr_sects)) |
start_sect | 263 | drivers/block/genhd.c | add_partition(hd, current_minor, p->start_sect, p->nr_sects); |
start_sect | 351 | drivers/block/genhd.c | first_sector = hd->part[MINOR(dev)].start_sect; |
start_sect | 358 | drivers/block/genhd.c | hd->part[MINOR(dev)].start_sect = 0; |
start_sect | 414 | 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 | 460 | drivers/block/ide.c | drive->part[0].start_sect = -1; /* skip partition check */ |
start_sect | 1341 | drivers/block/ide.c | block += drive->part[minor&PARTN_MASK].start_sect + drive->sect0; |
start_sect | 1730 | drivers/block/ide.c | drive->part[p].start_sect = 0; |
start_sect | 1775 | 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 | 311 | 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 | 525 | drivers/scsi/sd.c | block += sd[dev].start_sect; |
start_sect | 1320 | drivers/scsi/sd.c | gdev->part[start+i].start_sect = 0; |
start_sect | 1366 | 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; |