Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bio_is_passthrough

Proto:static inline bool bio_is_passthrough(struct bio *bio)

Type:bool

Parameter:

TypeParameterName
struct bio *bio
276  op = bio_op(bio)
278  Return blk_op_is_scsi(op) || blk_op_is_private(op)
Caller
NameDescribe
__blk_queue_bounce