1BLK_RQ_COUNT_INTEGRI(9) Block Devices BLK_RQ_COUNT_INTEGRI(9)
23
4
NAME
6blk_rq_count_integrity_sg - Count number of integrity scatterlist
7elements
8
SYNOPSIS
10int blk_rq_count_integrity_sg(struct request_queue * q,
11struct bio * bio);
12
ARGUMENTS
14q
15request queue
1617
bio
18bio with integrity metadata attached
19
DESCRIPTION
21Returns the number of elements required in a scatterlist corresponding
22to the integrity metadata in a bio.
23
COPYRIGHT
25Kernel Hackers Manual 3.10 June 2019 BLK_RQ_COUNT_INTEGRI(9)