Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\elevator.c Create Date:2022-07-28 16:57:25
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:an we safely merge with this request?

Proto:bool elv_bio_merge_ok(struct request *rq, struct bio *bio)

Type:bool

Parameter:

TypeParameterName
struct request *rq
struct bio *bio
76  If Not blk_rq_merge_ok(rq, bio) Then Return false
79  If Not Query io scheduler to see if the current process issuing bio may be* merged with rq. Then Return false
82  Return true
Caller
NameDescribe
elv_merge
dd_request_merge
bfq_request_merge