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, int error);
11
ARGUMENTS
13q
14queue the io is for
1516
bio
17the source bio
1819
what
20the action
2122
error
23error, if any
24
DESCRIPTION
26Records an action against a bio. Will log the bio offset + size.
27
COPYRIGHT
29Kernel Hackers Manual 3.10 June 2019 BLK_ADD_TRACE_BIO(9)