Function report |
Source Code:include\linux\blkdev.h |
Create Date:2022-07-28 05:46:29 |
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_get_max_sectors
Proto:static inline unsigned int blk_rq_get_max_sectors(struct request *rq, sector_t offset)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
struct request * | rq | |
sector_t | offset |
1025 | If blk_rq_is_passthrough(rq) Then Return max_hw_sectors |
1028 | If Not chunk_sectors || req_op(rq) == REQ_OP_DISCARD || req_op(rq) == REQ_OP_SECURE_ERASE Then Return blk_queue_get_max_sectors(q, req_op(rq)) |
Name | Describe |
---|---|
bio_attempt_discard_merge | |
ll_back_merge_fn | |
ll_front_merge_fn | |
req_attempt_discard_merge | |
ll_merge_requests_fn |
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 |