filemap_flush (9) Linux Manual Page
filemap_flush – mostly a non-blocking flush
Synopsis
int filemap_flush(struct address_space *mapping);
Arguments
mapping
-
- target address_space
Description
This is a mostly non-blocking flush. Not suitable for data-integrity purposes – I/O may not be started against all dirty pages.
