Lines Matching refs:writepage
2158 * @writepage: function called for each page
2159 * @data: data passed to writepage function
2186 struct writeback_control *wbc, writepage_t writepage,
2263 error = (*writepage)(page, wbc, data);
2321 * Function used by generic_writepages to call the real writepage
2328 int ret = mapping->a_ops->writepage(page, wbc);
2334 * generic_writepages - walk the list of dirty pages of the given address space and writepage() all of them.
2350 if (!mapping->a_ops->writepage)
2406 ret = mapping->a_ops->writepage(page, &wbc);
2548 * When a writepage implementation decides that it doesn't want to write this
2670 * can discover it via a PAGECACHE_TAG_DIRTY walk. The ->writepage