tag | line | file | source code |
start_sect | 33 | drivers/block/genhd.c | hd->part[minor].start_sect = start; |
start_sect | 56 | drivers/block/genhd.c | first_sector = hd->part[MINOR(dev)].start_sect; |
start_sect | 79 | drivers/block/genhd.c | add_partition(hd, current_minor, this_sector+p->start_sect, p->nr_sects); |
start_sect | 92 | drivers/block/genhd.c | hd->part[current_minor].start_sect = first_sector + p->start_sect; |
start_sect | 93 | drivers/block/genhd.c | this_sector = first_sector + p->start_sect; |
start_sect | 115 | drivers/block/genhd.c | first_sector = hd->part[MINOR(dev)].start_sect; |
start_sect | 122 | drivers/block/genhd.c | hd->part[MINOR(dev)].start_sect = 0; |
start_sect | 137 | drivers/block/genhd.c | add_partition(hd, minor, first_sector+p->start_sect, p->nr_sects); |
start_sect | 155 | drivers/block/genhd.c | if (!(p->start_sect && p->nr_sects)) |
start_sect | 157 | drivers/block/genhd.c | add_partition(hd, current_minor, p->start_sect, p->nr_sects); |
start_sect | 198 | drivers/block/genhd.c | dev->part[i].start_sect = 0; |
start_sect | 726 | drivers/block/hd.c | block += hd[dev].start_sect; |
start_sect | 803 | drivers/block/hd.c | put_fs_long(hd[MINOR(inode->i_rdev)].start_sect, |
start_sect | 1107 | drivers/block/hd.c | gdev->part[start+i].start_sect = 0; |
start_sect | 1086 | drivers/block/ide.c | block += ide_hd[HWIF][minor].start_sect; |
start_sect | 1333 | drivers/block/ide.c | gd->part[minor].start_sect = 0; |
start_sect | 1427 | drivers/block/ide.c | put_fs_long((unsigned)ide_hd[DEV_HWIF][MINOR(inode->i_rdev)].start_sect, |
start_sect | 2080 | drivers/block/ide.c | ide_hd[hwif][drive<<PARTN_BITS].start_sect = 0; |
start_sect | 2130 | drivers/block/ide.c | ide_hd[HWIF][drive<<PARTN_BITS].start_sect = -1; |
start_sect | 220 | drivers/block/xd.c | block = CURRENT->sector + xd[MINOR(CURRENT->dev)].start_sect; |
start_sect | 252 | drivers/block/xd.c | put_fs_long(xd[MINOR(inode->i_rdev)].start_sect,(long *) &geometry->start); |
start_sect | 310 | drivers/block/xd.c | xd_gendisk.part[start + partition].start_sect = 0; |
start_sect | 279 | drivers/scsi/scsi_debug.c | p->start_sect = starts[npart]; |
start_sect | 114 | drivers/scsi/scsicam.c | logical_end = largest->start_sect + largest->nr_sects; |
start_sect | 465 | drivers/scsi/sd.c | block += sd[dev].start_sect; |
start_sect | 1228 | drivers/scsi/sd.c | gdev->part[start+i].start_sect = 0; |
start_sect | 1268 | drivers/scsi/sd.c | sd_gendisk.part[start+i].start_sect = 0; |
start_sect | 46 | 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; |