1BLK_EXECUTE_RQ(9)                Block Devices               BLK_EXECUTE_RQ(9)
2
3
4

NAME

6       blk_execute_rq - insert a request into queue for execution
7

SYNOPSIS

9       int blk_execute_rq(struct request_queue * q, struct gendisk * bd_disk,
10                          struct request * rq, int at_head);
11

ARGUMENTS

13       q
14           queue to insert the request in
15
16       bd_disk
17           matching gendisk
18
19       rq
20           request to insert
21
22       at_head
23           insert request at head or tail of queue
24

DESCRIPTION

26       Insert a fully prepared request at the back of the I/O scheduler queue
27       for execution and wait for completion.
28
30Kernel Hackers Manual 3.10         June 2019                 BLK_EXECUTE_RQ(9)
Impressum