1BLK_ADD_TRACE_REMAP(9)           Block Devices          BLK_ADD_TRACE_REMAP(9)
2
3
4

NAME

6       blk_add_trace_remap - Add a trace for a remap operation
7

SYNOPSIS

9       void blk_add_trace_remap(struct request_queue * q, struct bio * bio,
10                                dev_t dev, sector_t from);
11

ARGUMENTS

13       q
14           queue the io is for
15
16       bio
17           the source bio
18
19       dev
20           target device
21
22       from
23           source sector
24

DESCRIPTION

26       Device mapper or raid target sometimes need to split a bio because it
27       spans a stripe (or similar). Add a trace for that action.
28
30Kernel Hackers Manual 2.6.         June 2019            BLK_ADD_TRACE_REMAP(9)
Impressum