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

/mm/
H A Dpage_io.c92 int swap_writepage(struct page *page, struct writeback_control *wbc) argument
108 if (wbc->sync_mode == WB_SYNC_ALL)
H A Dmigrate.c558 struct writeback_control wbc = { local
585 rc = mapping->a_ops->writepage(page, &wbc);
H A Dfilemap.c208 struct writeback_control wbc = { local
218 ret = do_writepages(mapping, &wbc);
H A Dpage-writeback.c1653 * @wbc: subtract the number of written pages from *@wbc->nr_to_write
1661 * the call was made get new I/O started against them. If wbc->sync_mode is
1673 struct writeback_control *wbc, writepage_t writepage,
1689 if (wbc->range_cyclic) {
1698 index = wbc->range_start >> PAGE_CACHE_SHIFT;
1699 end = wbc->range_end >> PAGE_CACHE_SHIFT;
1700 if (wbc->range_start == 0 && wbc->range_end == LLONG_MAX)
1704 if (wbc
1672 write_cache_pages(struct address_space *mapping, struct writeback_control *wbc, writepage_t writepage, void *data) argument
1832 __writepage(struct page *page, struct writeback_control *wbc, void *data) argument
1849 generic_writepages(struct address_space *mapping, struct writeback_control *wbc) argument
1867 do_writepages(struct address_space *mapping, struct writeback_control *wbc) argument
1893 struct writeback_control wbc = { local
2025 redirty_page_for_writepage(struct writeback_control *wbc, struct page *page) argument
[all...]
H A Dshmem.c701 static int shmem_writepage(struct page *page, struct writeback_control *wbc) argument
726 if (!wbc->for_reclaim) {
757 swap_writepage(page, wbc);
765 if (wbc->for_reclaim)
H A Dswapfile.c1229 struct writeback_control wbc = { local
1233 swap_writepage(page, &wbc);
H A Dvmscan.c505 struct writeback_control wbc = { local
514 res = mapping->a_ops->writepage(page, &wbc);

Completed in 165 milliseconds