Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:lock_bio_remap - map request for a logical device to the raw device*@q: queue holding the operation*@bio: revised operation*@dev: device for the operation*@from: original sector for the operation* An operation for a logical device has been mapped to the

Proto:static inline void trace_block_bio_remap(struct request_queue *q, struct bio *bio, dev_t dev, sector_t from)

Type:void

Parameter:

TypeParameterName
struct request_queue *q
struct bio *bio
dev_tdev
sector_tfrom

NULL

Caller
NameDescribe
blk_partition_remapRemap block n of partition p to block n+start(p) of the disk.