1. NAME

trace_block_bio_remap - map request for a logical device to the raw device

2. SYNOPSIS

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

3. ARGUMENTS

q
    queue holding the operation

bio
    revised operation

dev
    device for the operation

from
    original sector for the operation

4. DESCRIPTION

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

5. AUTHORS

Jason Baron <>
    Author.

William Cohen <>
    Author.

6. COPYRIGHT