| 函数逻辑报告 | 
| Source Code: block\bio.c | Create Date:2022-07-27 18:30:17 | 
| Last Modify:2020-03-17 23:13:58 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:__bio_clone_fast - clone a bio that shares the original bio's biovec*@bio: destination bio*@bio_src: bio to clone* Clone a &bio. Caller will own the returned bio, but not* the actual data it points to. Reference count of returned* bio will be one.
函数原型:void __bio_clone_fast(struct bio *bio, struct bio *bio_src)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct bio * | bio | |
| struct bio * | bio_src | 
| 627 | BUG_ON(bi_pool && BVEC_POOL_IDX(bio)) | 
| 635 | bio_set_flag(bio, BIO_CLONED) | 
| 636 | 如果bio_flagged(bio_src, BIO_THROTTLED)则bio_set_flag(bio, BIO_THROTTLED) | 
| 638 | bottom bits req flags, * top bits REQ_OP. Use * accessors.等于 bottom bits req flags, * top bits REQ_OP. Use * accessors. | 
| 645 | blkcg_bio_issue_init(bio) | 
| 名称 | 描述 | 
|---|---|
| bio_clone_fast | _clone_fast - clone a bio that shares the original bio's biovec*@bio: bio to clone*@gfp_mask: allocation priority*@bs: bio_set to allocate from* Like __bio_clone_fast, only also allocates the returned bio | 
| 源代码转换工具 开放的插件接口 | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |