调用者名称 | 描述 |
invalidate_complete_page | This is for invalidate_mapping_pages(). That function can be called at* any time, and is not supposed to throw away dirty pages. But pages can* be marked dirty at any time too, so use remove_mapping which safely* discards clean, unused pages. |
invalidate_complete_page2 | This is like invalidate_complete_page(), except it ignores the page's* refcount |
shrink_page_list | shrink_page_list() returns the number of reclaimed pages |
shrink_active_list | |
fallback_migrate_page | Default handling if a filesystem does not provide a migration function. |
truncate_error_page | |
block_invalidatepage | lock_invalidatepage - invalidate part or all of a buffer-backed page*@page: the page which is affected*@offset: start of the range to invalidate*@length: length of the range to invalidate* block_invalidatepage() is called when all or part of the page has |
page_cache_pipe_buf_steal | Attempt to steal a page from a pipe buffer. This should perhaps go into* a vm helper function, it's already simplified quite a bit by the* addition of remove_mapping(). If success is returned, the caller may |