1FILEMAP_FLUSH(9)          Memory Management in Linux          FILEMAP_FLUSH(9)
2
3
4

NAME

6       filemap_flush - mostly a non-blocking flush
7

SYNOPSIS

9       int filemap_flush(struct address_space * mapping);
10

ARGUMENTS

12       mapping
13           target address_space
14

DESCRIPTION

16       This is a mostly non-blocking flush. Not suitable for data-integrity
17       purposes - I/O may not be started against all dirty pages.
18
20Kernel Hackers Manual 3.10         June 2019                  FILEMAP_FLUSH(9)
Impressum