Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__bio_chain_endio

Proto:static struct bio *__bio_chain_endio(struct bio *bio)

Type:struct bio

Parameter:

TypeParameterName
struct bio *bio
306  parent = bi_private
308  If Not bi_status Then bi_status = bi_status
310  _put - release a reference to a bio*@bio: bio to release reference to* Description:* Put a reference to a &struct bio, either one you have gotten with* bio_alloc, bio_get or bio_clone_*. The last put of a bio will free it.
311  Return parent
Caller
NameDescribe
bio_chain_endio
bio_endio_endio - end I/O on a bio*@bio: bio* Description:* bio_endio() will end I/O on the whole bio. bio_endio() is the preferred* way to end I/O on a bio. No one should call bi_end_io() directly on a