| Function report | 
| Source Code: block\bio.c | Create Date:2022-07-28 16:55:04 | 
| Last Modify:2020-03-17 23:13:58 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:__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.
Proto:void __bio_clone_fast(struct bio *bio, struct bio *bio_src)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct bio * | bio | |
| struct bio * | bio_src | 
| 627 | BUG_ON(bi_pool && BVEC_POOL_IDX(bio)) | 
| 635 | bio_set_flag(bio, BIO_CLONED) | 
| 636 | If bio_flagged(bio_src, BIO_THROTTLED) Then 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. | 
| 640 | bi_write_hint = bi_write_hint | 
| 645 | blkcg_bio_issue_init(bio) | 
| Name | Describe | 
|---|---|
| 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 | 
| 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 |