Function report |
Source Code:block\blk-merge.c |
Create Date:2022-07-28 17:06:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ll_back_merge_fn
Proto:int ll_back_merge_fn(struct request *req, struct bio *bio, unsigned int nr_segs)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct request * | req | |
struct bio * | bio | |
unsigned int | nr_segs |
594 | If req_gap_back_merge(req, bio) Then Return 0 |
596 | If blk_integrity_rq(req) && integrity_req_gap_back_merge(req, bio) Then Return 0 |
601 | req_set_nomerge(q, req) |
602 | Return 0 |
605 | Return ll_new_hw_segment(req, bio, nr_segs) |
Name | Describe |
---|---|
blk_rq_append_bio | Append a bio to a passthrough request. Only works if the bio can be merged* into the request based on the driver constraints. |
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 |