Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Query io scheduler to see if the current process issuing bio may be* merged with rq.

Proto:static int elv_iosched_allow_bio_merge(struct request *rq, struct bio *bio)

Type:int

Parameter:

TypeParameterName
struct request *rq
struct bio *bio
62  q = q
63  e = elevator
65  If allow_merge Then Return allow_merge(q, rq, bio)
68  Return 1
Caller
NameDescribe
elv_bio_merge_okan we safely merge with this request?