Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\blkdev.h Create Date:2022-07-28 05:46:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:blk_req_can_dispatch_to_zone

Proto:static inline bool blk_req_can_dispatch_to_zone(struct request *rq)

Type:bool

Parameter:

TypeParameterName
struct request *rq
1745  If Not Return true if a request is a write requests that needs zone write locking. Then Return true
1747  Return Not blk_req_zone_is_write_locked(rq)
Caller
NameDescribe
deadline_fifo_requestFor the specified data direction, return the next request to* dispatch using arrival ordered lists.
deadline_next_requestFor the specified data direction, return the next request to* dispatch using sector position sorted lists.