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

NAME

6       trace_block_rq_insert - insert block operation request into queue
7

SYNOPSIS

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

ARGUMENTS

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

DESCRIPTION

20       Called immediately before block operation request rq is inserted into
21       queue q. The fields in the operation request rq struct can be examined
22       to determine which device and sectors the pending operation would
23       access.
24

AUTHORS

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