函数逻辑报告 | 
Source Code:block\bounce.c | 
Create Date:2022-07-27 19:08:46 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:bounce_clone_bio
函数原型:static struct bio *bounce_clone_bio(struct bio *bio_src, gfp_t gfp_mask, struct bio_set *bs)
返回类型:struct bio
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct bio * | bio_src | |
| gfp_t | gfp_mask | |
| struct bio_set * | bs | 
| 246 | bio等于_alloc_bioset - allocate a bio for I/O*@gfp_mask: the GFP_* mask given to the slab allocator*@nr_iovecs: number of iovecs to pre-allocate*@bs: the bio_set to allocate from | 
| 247 | 如果非bio则返回:NULL | 
| 250 | bottom bits req flags, * top bits REQ_OP. Use * accessors.等于 bottom bits req flags, * top bits REQ_OP. Use * accessors. | 
| 257 | 当:bio_op(bio)恒等于REQ_OP_DISCARD | 
| 258 | 当:bio_op(bio)恒等于REQ_OP_SECURE_ERASE | 
| 259 | 当:bio_op(bio)恒等于REQ_OP_WRITE_ZEROES | 
| 260 | 退出 | 
| 261 | 当:bio_op(bio)恒等于REQ_OP_WRITE_SAME | 
| 262 | the actual vec list [ how many bio_vec's ++]等于 the actual vec list [0] | 
| 263 | 退出 | 
| 264 | 默认 | 
| 265 | bio_for_each_segment(bv, bio_src, iter) | 
| 266 | the actual vec list [ how many bio_vec's ++]等于bv | 
| 267 | 退出 | 
| 270 | 如果bio_integrity(bio_src)则 | 
| 281 | blkcg_bio_issue_init(bio) | 
| 283 | 返回:bio | 
| 名称 | 描述 | 
|---|---|
| __blk_queue_bounce | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |