Lines Matching refs:writepage
247 int (*writepage)(struct page *page, struct writeback_control *wbc);
278 writepage: yes, unlocks (see below)
307 ->writepage() is used for two purposes: for "memory cleansing" and for
311 If writepage is called for sync (wbc->sync_mode != WBC_SYNC_NONE) then
315 If writepage is called for memory cleansing (sync_mode ==
317 possible. So writepage should try to avoid blocking against
330 caller, unless ->writepage() returns special WRITEPAGE_ACTIVATE
332 currently, and VM should stop calling ->writepage() on this page for some
337 and return zero, writepage *must* run set_page_writeback() against the page,
342 writepage.
350 set_page_writeback()/end_page_writeback() on a page submitted to writepage