1DISK_FLUSH_EVENTS(9) Block Devices DISK_FLUSH_EVENTS(9)
2
3
4
6 disk_flush_events - schedule immediate event checking and flushing
7
9 void disk_flush_events(struct gendisk * disk, unsigned int mask);
10
12 disk
13 disk to check and flush events for
14
15 mask
16 events to flush
17
19 Schedule immediate event checking on disk if not blocked. Events in
20 mask are scheduled to be cleared from the driver. Note that this
21 doesn't clear the events from disk->ev.
22
24 If mask is non-zero must be called with bdev->bd_mutex held.
25
27Kernel Hackers Manual 3.10 June 2019 DISK_FLUSH_EVENTS(9)