1BLK_ADD_TRACE_BIO(9) Block Devices BLK_ADD_TRACE_BIO(9)
23
4
NAME
6blk_add_trace_bio - Add a trace for a bio oriented action
7
SYNOPSIS
9void blk_add_trace_bio(struct request_queue * q, struct bio * bio,
10u32 what);
11
ARGUMENTS
13q
14queue the io is for
1516
bio
17the source bio
1819
what
20the action
21
DESCRIPTION
23Records an action against a bio. Will log the bio offset + size.
24
COPYRIGHT
26Kernel Hackers Manual 2.6. November 2011 BLK_ADD_TRACE_BIO(9)