Function report |
Source Code:block\blk-map.c |
Create Date:2022-07-28 17:04:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lk_rq_unmap_user - unmap a request with user data*@bio: start of bio list* Description:* Unmap a rq previously mapped by blk_rq_map_user(). The caller must* supply the original rq->bio from the blk_rq_map_user() return, since
Proto:int blk_rq_unmap_user(struct bio *bio)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct bio * | bio |
188 | ret = 0 |
191 | mapped_bio = bio |
192 | If Value for the false possibility is greater at compile time(bio_flagged(bio, BIO_BOUNCED)) Then mapped_bio = bi_private |
195 | ret2 = __blk_rq_unmap_user(mapped_bio) |
199 | mapped_bio = bio |
200 | bio = request queue link |
204 | Return ret |
Name | Describe |
---|---|
blk_rq_map_user_iov | lk_rq_map_user_iov - map user data to a request, for passthrough requests*@q: request queue where request should be inserted*@rq: request to map data to*@map_data: pointer to the rq_map_data holding pages (if necessary)*@iter: iovec iterator*@gfp_mask: |
blk_complete_sghdr_rq | |
bsg_sg_io | |
bsg_transport_free_rq |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |