函数逻辑报告 |
Source Code:block\blk-core.c |
Create Date:2022-07-27 18:35:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Copy attributes of the original request to the clone request.* The actual data parts (e.g. ->cmd, ->sense) are not copied.
函数原型:static void __blk_rq_prep_clone(struct request *dst, struct request *src)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct request * | dst | |
struct request * | src |
1593 | total data len 等于blk_rq_bytes(src) |
1596 | special_vec等于special_vec |
1598 | * Number of scatter-gather DMA addr+len pairs after * physical address coalescing is performed.等于* Number of scatter-gather DMA addr+len pairs after * physical address coalescing is performed. |
名称 | 描述 |
---|---|
blk_rq_prep_clone | lk_rq_prep_clone - Helper function to setup clone request*@rq: the request to be setup*@rq_src: original request to be cloned*@bs: bio_set that bios for clone are allocated from*@gfp_mask: memory allocation mask for bio |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |