CallerName | Describe |
page_endio | After completing I/O on a page, call this routine to update the page* flags appropriately |
end_swap_bio_write | |
swap_writepage | We may have stale swap cache pages in memory: notice* them here and get rid of the unnecessary final write. |
__swap_writepage | |
migrate_page_states | Copy the page to its new location |
__block_write_full_page | While block_write_full_page is writing back the dirty buffers under* the page lock, whoever dirtied the buffers may decide to clean them* again at any time |
bdev_write_page | dev_write_page() - Start writing a page to a block device*@bdev: The device to write the page to*@sector: The offset on the device to write the page to (need not be aligned)*@page: The page to write*@wbc: The writeback_control for the write |
iomap_finish_page_writeback | |
iomap_writepage_map | We implement an immediate ioend submission policy here to avoid needing to* chain multiple ioends and hence nest mempool allocations which can violate* forward progress guarantees we need to provide |