Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\blk-cgroup.h Create Date:2022-07-28 05:57:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:blkcg_bio_issue_init

Proto:static inline void blkcg_bio_issue_init(struct bio *bio)

Type:void

Parameter:

TypeParameterName
struct bio *bio
579  bio_issue_init( & bi_issue, bio_sectors(bio))
Caller
NameDescribe
__bio_clone_fast__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.
bounce_clone_bio