Home
last modified time | relevance | path

Searched refs:blk_queue_alignment_offset (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/block/
H A Dblk-settings.c383 void blk_queue_alignment_offset(struct request_queue *q, unsigned int offset) in blk_queue_alignment_offset() function
389 EXPORT_SYMBOL(blk_queue_alignment_offset);
/openbmc/linux/include/linux/
H A Dblkdev.h922 extern void blk_queue_alignment_offset(struct request_queue *q,
/openbmc/linux/drivers/block/
H A Dvirtio_blk.c1452 blk_queue_alignment_offset(q, blk_size * alignment_offset); in virtblk_probe()
/openbmc/linux/drivers/scsi/
H A Dsd.c2528 blk_queue_alignment_offset(sdp->request_queue, alignment); in read_capacity_16()