Query: generic_writepages
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GENERIC_WRITEPAGES(9) Memory Management in Linux GENERIC_WRITEPAGES(9)NAMEgeneric_writepages - walk the list of dirty pages of the given address space and writepage all of them.SYNOPSISint generic_writepages(struct address_space * mapping, struct writeback_control * wbc);ARGUMENTSmapping address space structure to write wbc subtract the number of written pages from *wbc->nr_to_writeDESCRIPTIONThis is a library function, which implements the writepages address_space_operation.COPYRIGHTKernel Hackers Manual 2.6. July 2010 GENERIC_WRITEPAGES(9)