blk_add_trace_bio (9) - Linux Manuals
blk_add_trace_bio: Add a trace for a bio oriented action
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, u32what, int error);
ARGUMENTS
q
-
- queue the io is for
bio
- the source bio
what
- the action
error
- error, if any
DESCRIPTION
Records an action against a bio. Will log the bio offset + size.
COPYRIGHT