1TRACE_BLOCK_BIO_REMA(9)            Block IO            TRACE_BLOCK_BIO_REMA(9)
2
3
4

NAME

6       trace_block_bio_remap - map request for a logical device to the raw
7       device
8

SYNOPSIS

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

ARGUMENTS

14       q
15           queue holding the operation
16
17       bio
18           revised operation
19
20       dev
21           device for the operation
22
23       from
24           original sector for the operation
25

DESCRIPTION

27       An operation for a logical device has been mapped to the raw block
28       device.
29

AUTHORS

31       Jason Baron <jbaron@redhat.com>
32           Author.
33
34       William Cohen <wcohen@redhat.com>
35           Author.
36
38Kernel Hackers Manual 3.10         June 2019           TRACE_BLOCK_BIO_REMA(9)
Impressum