Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bio_remaining_done

Proto:static inline bool bio_remaining_done(struct bio *bio)

Type:bool

Parameter:

TypeParameterName
struct bio *bio
1811  If Not bio_flagged(bio, BIO_CHAIN) Then Return true
1814  BUG_ON(atomic_read( & __bi_remaining) <= 0)
1816  If atomic_dec_and_test( & __bi_remaining) Then
1817  bio_clear_flag(bio, BIO_CHAIN)
1818  Return true
1821  Return false
Caller
NameDescribe
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