Lines Matching refs:writepage
701 in order to reuse them. To do this it can call the ->writepage method
716 ->writepage on. If mpage_writepages is not used (i.e. the address
740 dirty_folio to write data into the address_space, and writepage and
747 typically remains set until writepage asks for it to be written. This
753 operations. This gives the writepage and writepages operations some
756 return information back to the caller about the result of a writepage or
803 int (*writepage)(struct page *page, struct writeback_control *wbc);
832 ``writepage``
837 PageLocked is true. writepage should start writeout, should set
842 If wbc->sync_mode is WB_SYNC_NONE, ->writepage doesn't have to
847 keep calling ->writepage on that page.
893 DIRTY and will pass them to ->writepage.