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

NAME

6       blk_queue_ordered - does this queue support ordered writes
7

SYNOPSIS

9       int blk_queue_ordered(struct request_queue * q, unsigned ordered,
10                             prepare_flush_fn * prepare_flush_fn);
11

ARGUMENTS

13       q
14           the request queue
15
16       ordered
17           one of QUEUE_ORDERED_*
18
19       prepare_flush_fn
20           rq setup helper for cache flush ordered writes
21

DESCRIPTION

23       This is old method and has been retained for kABI compatibility. Any
24       new driver should be using and sticking to semantics of
25       blk_queue_flush.
26
28Kernel Hackers Manual 2.6.         June 2019              BLK_QUEUE_ORDERED(9)
Impressum