1BLK_RQ_UNMAP_USER(9) Block Devices BLK_RQ_UNMAP_USER(9)
23
4
NAME
6blk_rq_unmap_user - unmap a request with user data
7
SYNOPSIS
9int blk_rq_unmap_user(struct bio * bio);
10
ARGUMENTS
12bio
13start of bio list
14
DESCRIPTION
16Unmap a rq previously mapped by blk_rq_map_user. The caller must supply
17the original rq->bio from the blk_rq_map_user return, since the I/O
18completion may have changed rq->bio.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 BLK_RQ_UNMAP_USER(9)