Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:blkcg_punt_bio_submit

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

Type:bool

Parameter:

TypeParameterName
struct bio *bio
571  If bottom bits req flags, * top bits REQ_OP. Use * accessors. & REQ_CGROUP_PUNT Then Return __blkcg_punt_bio_submit(bio)
573  Else Return false
Caller
NameDescribe
submit_biosubmit_bio - submit a bio to the block device layer for I/O*@bio: The &struct bio which describes the I/O* submit_bio() is very similar in purpose to generic_make_request(), and* uses that function to do most of the work. Both are fairly rough