Lines Matching refs:writepage
603 in order to reuse them. To do this it can call the ->writepage method
618 ->writepage on. If mpage_writepages is not used (i.e. the address
642 set_page_dirty to write data into the address_space, and writepage and
649 typically remains set until writepage asks for it to be written. This
655 operations. This gives the writepage and writepages operations some
658 return information back to the caller about the result of a writepage or
705 int (*writepage)(struct page *page, struct writeback_control *wbc);
739 ``writepage``
744 PageLocked is true. writepage should start writeout, should set
749 If wbc->sync_mode is WB_SYNC_NONE, ->writepage doesn't have to
754 keep calling ->writepage on that page.
775 DIRTY and will pass them to ->writepage.