Lines Matching refs:wbc
480 static int __mpage_writepage(struct page *page, struct writeback_control *wbc,
503 int op_flags = wbc_to_write_flags(wbc);
617 page, wbc))
625 wbc_init_bio(wbc, bio);
634 wbc_account_cgroup_owner(wbc, page, PAGE_SIZE);
662 ret = mapping->a_ops->writepage(page, wbc);
679 * @wbc: subtract the number of written pages from *@wbc->nr_to_write
691 * the call was made get new I/O started against them. If wbc->sync_mode is
697 struct writeback_control *wbc, get_block_t get_block)
705 ret = generic_writepages(mapping, wbc);
714 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd);
716 int op_flags = (wbc->sync_mode == WB_SYNC_ALL ?
727 struct writeback_control *wbc)
735 int ret = __mpage_writepage(page, wbc, &mpd);
737 int op_flags = (wbc->sync_mode == WB_SYNC_ALL ?