1BLK_RQ_MAP_INTEGRITY(9) Block Devices BLK_RQ_MAP_INTEGRITY(9)
2
3
4
6 blk_rq_map_integrity_sg - Map integrity metadata into a scatterlist
7
9 int blk_rq_map_integrity_sg(struct request_queue * q, struct bio * bio,
10 struct scatterlist * sglist);
11
13 q
14 request queue
15
16 bio
17 bio with integrity metadata attached
18
19 sglist
20 target scatterlist
21
23 Map the integrity vectors in request into a scatterlist. The
24 scatterlist must be big enough to hold all elements. I.e. sized using
25 blk_rq_count_integrity_sg.
26
28Kernel Hackers Manual 3.10 June 2019 BLK_RQ_MAP_INTEGRITY(9)