1GENERIC_WRITEPAGES(9) Memory Management in Linux GENERIC_WRITEPAGES(9)
2
3
4
6 generic_writepages - walk the list of dirty pages of the given address
7 space and writepage all of them.
8
10 int generic_writepages(struct address_space * mapping,
11 struct writeback_control * wbc);
12
14 mapping
15 address space structure to write
16
17 wbc
18 subtract the number of written pages from *wbc->nr_to_write
19
21 This is a library function, which implements the writepages
22 address_space_operation.
23
25Kernel Hackers Manual 2.6. November 2011 GENERIC_WRITEPAGES(9)