Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\bio.c Create Date:2022-07-28 16:56:38
Last Modify:2020-03-17 23:13:58 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:_disassociate_blkg - puts back the blkg reference if associated*@bio: target bio* Helper to disassociate the blkg from @bio if a blkg is associated.

Proto:void bio_disassociate_blkg(struct bio *bio)

Type:void

Parameter:

TypeParameterName
struct bio *bio
2061  If * Represents the association of the css and request_queue for the bio. * If a bio goes direct to device, it will not have a blkg as it will * not have a request_queue associated with it. The reference is put * on release of the bio. Then
2062  lkg_put - put a blkg reference*@blkg: blkg to put
2063  * Represents the association of the css and request_queue for the bio. * If a bio goes direct to device, it will not have a blkg as it will * not have a request_queue associated with it. The reference is put * on release of the bio. = NULL
Caller
NameDescribe
bio_uninit
__bio_associate_blkg__bio_associate_blkg - associate a bio with the a blkg*@bio: target bio*@blkg: the blkg to associate* This tries to associate @bio with the specified @blkg. Association failure* is handled by walking up the blkg tree. Therefore, the blkg associated can