trace_block_bio_complete (9) Linux Manual Page
trace_block_bio_complete – completed all work on the block operation
Synopsis
void trace_block_bio_complete(struct request_queue *q, struct bio *bio, int error);
Arguments
q
-
- queue holding the block operation
bio
- block operation completed
error
- io error value
Description
This tracepoint indicates there is no further work to do on this block IO operation bio.
Authors
Jason Baron <jbaron [at] redhat.com>
- Author.
William Cohen <wcohen [at] redhat.com>
- Author.
