Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk.h Create Date:2022-07-28 12:15:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bio_integrity_endio

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

Type:bool

Parameter:

TypeParameterName
struct bio *bio
128  If bio_integrity(bio) Then Return __bio_integrity_endio(bio)
130  Return true
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