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