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

NAME

6       trace_block_rq_abort - abort block operation request
7

SYNOPSIS

9       void trace_block_rq_abort(struct request_queue * q,
10                                 struct request * rq);
11

ARGUMENTS

13       q
14           queue containing the block operation request
15
16       rq
17           block IO operation request
18

DESCRIPTION

20       Called immediately after pending block IO operation request rq in queue
21       q is aborted. The fields in the operation request rq can be examined to
22       determine which device and sectors the pending operation would access.
23

AUTHORS

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