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

NAME

6       trace_block_getrq - get a free request entry in queue for block IO
7       operations
8

SYNOPSIS

10       void trace_block_getrq(struct request_queue * q, struct bio * bio,
11                              int rw);
12

ARGUMENTS

14       q
15           queue for operations
16
17       bio
18           pending block IO operation
19
20       rw
21           low bit indicates a read (0) or a write (1)
22

DESCRIPTION

24       A request struct for queue q has been allocated to handle the block IO
25       operation bio.
26

AUTHORS

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