table of contents
other versions
- stretch 4.9.168-1
FILEMAP_FLUSH(9) | Memory Management in Linux | FILEMAP_FLUSH(9) |
NAME¶
filemap_flush - mostly a non-blocking flushSYNOPSIS¶
int filemap_flush(struct address_space * mapping);
ARGUMENTS¶
mappingtarget 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.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |