调用者名称 | 描述 |
pageout | pageout is called by shrink_page_list() for each dirty page.* Calls ->writepage(). |
__unmap_and_move | |
grow_dev_page | Create the page-cache page that contains the requested block.* This is used purely for blockdev mappings. |
blkdev_releasepage | Try to release a page associated with block device when the system* is under memory pressure. |
clean_buffers | We have our BIO, so we can now mark the buffers clean. Make* sure to only clean buffers which we know we'll be writing. |
try_to_release_page | ry_to_release_page() - release old fs-specific metadata on a page*@page: the page which the kernel is trying to free*@gfp_mask: memory allocation flags (and I/O mode)* The address_space is to try to release any data against the page |