Lines Matching defs:offset
176 * must accept a page worth of data at any offset. So if the crossing of
357 * blk_queue_alignment_offset - set physical block alignment offset
359 * @offset: alignment offset in bytes
363 * the legacy DOS partition table 63-sector offset. Low-level drivers
367 void blk_queue_alignment_offset(struct request_queue *q, unsigned int offset)
370 offset & (q->limits.physical_block_size - 1);
642 * @offset: offset to beginning of data within component device
649 sector_t offset)
654 get_start_sect(bdev) + (offset >> 9)) < 0) {