1TRACE_BLOCK_BIO_COMP(9)            Block IO            TRACE_BLOCK_BIO_COMP(9)
2
3
4

NAME

6       trace_block_bio_complete - completed all work on the block operation
7

SYNOPSIS

9       void trace_block_bio_complete(struct request_queue * q,
10                                     struct bio * bio, int error);
11

ARGUMENTS

13       q
14           queue holding the block operation
15
16       bio
17           block operation completed
18
19       error
20           io error value
21

DESCRIPTION

23       This tracepoint indicates there is no further work to do on this block
24       IO operation bio.
25

AUTHORS

27       Jason Baron <jbaron@redhat.com>
28           Author.
29
30       William Cohen <wcohen@redhat.com>
31           Author.
32
34Kernel Hackers Manual 3.10         June 2019           TRACE_BLOCK_BIO_COMP(9)
Impressum