table of contents
other versions
BLK_ADD_TRACE_BIO(9) | Block Devices | BLK_ADD_TRACE_BIO(9) |
NAME¶
blk_add_trace_bio - Add a trace for a bio oriented action
SYNOPSIS¶
void blk_add_trace_bio(struct request_queue * q, struct bio * bio, u32 what, int error);
ARGUMENTS¶
struct request_queue * q
queue the io is for
struct bio * bio
the source bio
u32 what
the action
int error
error, if any
DESCRIPTION¶
Records an action against a bio. Will log the bio offset + size.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |