Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:integrity_req_gap_front_merge

Proto:static inline bool integrity_req_gap_front_merge(struct request *req, struct bio *bio)

Type:bool

Parameter:

TypeParameterName
struct request *req
struct bio *bio
146  bip = bio_integrity(bio)
147  bip_next = bio_integrity(bio)
149  Return Check if adding a bio_vec after bprv with offset would create a gap in* the SG list. Most drivers don't care about this, but some do.
Caller
NameDescribe
ll_front_merge_fn