DISK_FLUSH_EVENTS(9) Block Devices DISK_FLUSH_EVENTS(9)NAMEdisk_flush_events - schedule immediate event checking and flushingSYNOPSISvoid disk_flush_events(struct gendisk * disk, unsigned int mask);ARGUMENTSdisk disk to check and flush events for mask events to flushDESCRIPTIONSchedule immediate event checking on disk if not blocked. Events in mask are scheduled to be cleared from the driver. Note that this doesn't clear the events from disk->ev.CONTEXTIf mask is non-zero must be called with bdev->bd_mutex held.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DISK_FLUSH_EVENTS(9)