Function report |
Source Code:mm\truncate.c |
Create Date:2022-07-28 14:14:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:truncate_inode_page
Proto:int truncate_inode_page(struct address_space *mapping, struct page *page)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct address_space * | mapping | |
struct page * | page |
222 | VM_BUG_ON_PAGE(PageTail(page), page) |
224 | If See page-flags.h for PAGE_MAPPING_FLAGS != mapping Then Return -EIO |
229 | Return 0 |
Name | Describe |
---|---|
generic_error_remove_page | Used to get rid of pages on hardware memory corruption. |
truncate_inode_pages_range | runcate_inode_pages_range - truncate range of pages specified by start & end byte offsets*@mapping: mapping to truncate*@lstart: offset from which to truncate*@lend: offset to which to truncate (inclusive)* Truncate the page cache, removing the pages that |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |