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

NAME

6       blkdev_issue_flush - queue a flush
7

SYNOPSIS

9       int blkdev_issue_flush(struct block_device * bdev, gfp_t gfp_mask,
10                              sector_t * error_sector);
11

ARGUMENTS

13       bdev
14           blockdev to issue flush for
15
16       gfp_mask
17           memory allocation flags (for bio_alloc)
18
19       error_sector
20           error sector
21

DESCRIPTION

23       Issue a flush for the block device in question. Caller can supply room
24       for storing the error offset in case of a flush error, if they wish to.
25       If WAIT flag is not passed then caller may check only what request was
26       pushed in some internal queue for later handling.
27
29Kernel Hackers Manual 3.10         June 2019             BLKDEV_ISSUE_FLUSH(9)
Impressum