Lines Matching refs:writepage
182 int (*writepage)(struct page *page, struct writeback_control *wbc);
211 writepage: yes, unlocks (see below)
240 ->writepage() is used for two purposes: for "memory cleansing" and for
244 If writepage is called for sync (wbc->sync_mode != WBC_SYNC_NONE) then
248 If writepage is called for memory cleansing (sync_mode ==
250 possible. So writepage should try to avoid blocking against
263 caller, unless ->writepage() returns special WRITEPAGE_ACTIVATE
265 currently, and VM should stop calling ->writepage() on this page for some
270 and return zero, writepage *must* run set_page_writeback() against the page,
275 writepage.
283 set_page_writeback()/end_page_writeback() on a page submitted to writepage