Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:blk_rq_trace_nr_sectors

Proto:static inline unsigned int blk_rq_trace_nr_sectors(struct request *rq)

Type:unsigned int

Parameter:

TypeParameterName
struct request *rq
138  Return If blk_rq_is_passthrough(rq) Then 0 Else blk_rq_sectors(rq)