Function report |
Source Code:block\blk-core.c |
Create Date:2022-07-28 17:00:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lk_cloned_rq_check_limits - Helper function to check a cloned request* for new the queue limits*@q: the queue*@rq: the request being checked* Description:*@rq may have been made based on weaker limitations of upper-level queues
Proto:static int blk_cloned_rq_check_limits(struct request_queue *q, struct request *rq)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct request_queue * | q | |
struct request * | rq |
1224 | If blk_rq_sectors(rq) > blk_queue_get_max_sectors(q, req_op(rq)) Then |
1228 | Return -EIO |
1237 | * Number of scatter-gather DMA addr+len pairs after * physical address coalescing is performed. = blk_recalc_rq_segments(rq) |
1241 | Return -EIO |
1244 | Return 0 |
Name | Describe |
---|---|
blk_insert_cloned_request | lk_insert_cloned_request - Helper for stacking drivers to submit a request*@q: the queue to submit the request*@rq: the request being queued |
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 |