Function report |
Source Code:block\blk-map.c |
Create Date:2022-07-28 17:04:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__blk_rq_map_user_iov
Proto:static int __blk_rq_map_user_iov(struct request *rq, struct rq_map_data *map_data, struct iov_iter *iter, gfp_t gfp_mask, bool copy)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct request * | rq | |
struct rq_map_data * | map_data | |
struct iov_iter * | iter | |
gfp_t | gfp_mask | |
bool | copy |
89 | ret = Append a bio to a passthrough request. Only works if the bio can be merged* into the request based on the driver constraints. |
90 | If ret Then |
92 | Return ret |
96 | Return 0 |
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: |
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 |