Lines Matching refs:writepage
527 pages in order to reuse them. To do this it can call the ->writepage
544 ->writepage on. If mpage_writepages is not used (i.e. the address
569 set_page_dirty to write data into the address_space, and writepage
576 typically remains set until writepage asks for it to be written. This
582 operations. This gives the the writepage and writepages operations some
585 return information back to the caller about the result of a writepage or
626 int (*writepage)(struct page *page, struct writeback_control *wbc);
659 writepage: called by the VM to write a dirty page to backing store.
664 writepage should start writeout, should set PG_Writeback,
668 If wbc->sync_mode is WB_SYNC_NONE, ->writepage doesn't have to
673 calling ->writepage on that page.
692 tagged as DIRTY and will pass them to ->writepage.