Searched defs:generic_writepages (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dpage-writeback.c1020 * Function used by generic_writepages to call the real writepage
1033 * generic_writepages - walk the list of dirty pages of the given address space and writepage() all of them.
1040 int generic_writepages(struct address_space *mapping, function
1056 EXPORT_SYMBOL(generic_writepages); variable
1067 ret = generic_writepages(mapping, wbc);

Completed in 33 milliseconds