1TRACE_BLOCK_REMAP(9) Block IO TRACE_BLOCK_REMAP(9)
2
3
4
6 trace_block_remap - map request for a partition to the raw device
7
9 void trace_block_remap(struct request_queue * q, struct bio * bio,
10 dev_t dev, sector_t from);
11
13 q
14 queue holding the operation
15
16 bio
17 revised operation
18
19 dev
20 device for the operation
21
22 from
23 original sector for the operation
24
26 An operation for a partition on a block device has been mapped to the
27 raw block device.
28
30 Jason Baron <jbaron@redhat.com>
31 Author.
32
33 William Cohen <wcohen@redhat.com>
34 Author.
35
37Kernel Hackers Manual 2.6. November 2011 TRACE_BLOCK_REMAP(9)