函数逻辑报告 |
Source Code:block\bio.c |
Create Date:2022-07-27 18:29:57 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:_chain - chain bio completions*@bio: the target bio*@parent: the @bio's parent bio* The caller won't have a bi_end_io called when @bio completes - instead,*@parent's bi_end_io won't be called until both @parent and @bio have
函数原型:void bio_chain(struct bio *bio, struct bio *parent)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bio * | bio | |
struct bio * | parent |
332 | BUG_ON(bi_private || bi_end_io) |
334 | bi_private等于parent |
335 | bi_end_io等于bio_chain_endio |
名称 | 描述 |
---|---|
__blk_queue_split | __blk_queue_split - split a bio and submit the second half*@q: [in] request queue pointer*@bio: [in, out] bio to be split*@nr_segs: [out] number of segments in the first bio* Split a bio into two bios, chain the two bios, submit the second half and |
blk_next_bio | |
__blk_queue_bounce |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |