1BLK_QUEUE_DMA_ALIGNM(9) Block Devices BLK_QUEUE_DMA_ALIGNM(9)
23
4
NAME
6blk_queue_dma_alignment - set dma length and memory alignment
7
SYNOPSIS
9void blk_queue_dma_alignment(struct request_queue * q, int mask);
10
ARGUMENTS
12q
13the request queue for the device
1415
mask
16alignment mask
17
DESCRIPTION
19set required memory and length alignment for direct dma transactions.
20this is used when building direct io requests for the queue.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 BLK_QUEUE_DMA_ALIGNM(9)