Lines Matching refs:sector
160 Lowest possible sector size that the hardware can operate
310 request->buffer, request->sector and request->nr_sectors or
521 sector_t sector; /* this field is now of type sector_t instead of int
538 /* Various sector counts */
559 The behaviour of the various sector counts are almost the same as before,
1003 AS and deadline use a hash table indexed by the last sector of a request. This
1069 5.2 64 bit sector numbers (sector_t prepares for 64 bit support)
1071 The sector number used in the bio structure has been changed to sector_t,
1072 which could be defined as 64 bit in preparation for 64 bit sector support.
1080 provides drivers with a sector number relative to whole device, rather than
1082 sector number. The routine blk_partition_remap() is invoked by
1084 so the i/o scheduler also gets to operate on whole disk sector numbers. This
1086 to invoke its own partition sector offset calculations since all bios
1117 As described in Sec 1.1, drivers can set max sector size, max segment size
1122 Drivers no longer have to map a {partition, sector offset} into the
1127 rq->sector = 0; /* first sector on hda5 */
1132 rq->sector = 123128; /* offset from start of disk */