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

NAME

6       generic_writepages - walk the list of dirty pages of the given address
7       space and writepage all of them.
8

SYNOPSIS

10       int generic_writepages(struct address_space * mapping,
11                              struct writeback_control * wbc);
12

ARGUMENTS

14       mapping
15           address space structure to write
16
17       wbc
18           subtract the number of written pages from *wbc->nr_to_write
19

DESCRIPTION

21       This is a library function, which implements the writepages
22       address_space_operation.
23
25Kernel Hackers Manual 3.10         June 2019             GENERIC_WRITEPAGES(9)
Impressum