Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__bvec_gap_to_prev

Proto:static inline bool __bvec_gap_to_prev(struct request_queue *q, struct bio_vec *bprv, unsigned int offset)

Type:bool

Parameter:

TypeParameterName
struct request_queue *q
struct bio_vec *bprv
unsigned intoffset
94  Return offset & queue_virt_boundary(q) || bv_offset + bv_len & queue_virt_boundary(q)
Caller
NameDescribe
bio_will_gap