Lines Matching refs:wbc
50 struct writeback_control *wbc);
1702 get_block_t *get_block, struct writeback_control *wbc, in __block_write_full_page() argument
1711 int write_op = (wbc->sync_mode == WB_SYNC_ALL ? WRITE_SYNC : WRITE); in __block_write_full_page()
1777 if (wbc->sync_mode != WB_SYNC_NONE) { in __block_write_full_page()
1780 redirty_page_for_writepage(wbc, page); in __block_write_full_page()
1800 submit_bh_wbc(write_op, bh, 0, wbc); in __block_write_full_page()
1854 submit_bh_wbc(write_op, bh, 0, wbc); in __block_write_full_page()
2685 struct writeback_control *wbc) in nobh_writepage() argument
2723 ret = mpage_writepage(page, get_block, wbc); in nobh_writepage()
2725 ret = __block_write_full_page(inode, page, get_block, wbc, in nobh_writepage()
2889 struct writeback_control *wbc) in block_write_full_page() argument
2898 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
2922 return __block_write_full_page(inode, page, get_block, wbc, in block_write_full_page()
3000 unsigned long bio_flags, struct writeback_control *wbc) in submit_bh_wbc() argument
3022 if (wbc) { in submit_bh_wbc()
3023 wbc_init_bio(wbc, bio); in submit_bh_wbc()
3024 wbc_account_io(wbc, bh->b_page, bh->b_size); in submit_bh_wbc()