函数逻辑报告 |
Source Code:mm\truncate.c |
Create Date:2022-07-27 15:38:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:This is like invalidate_complete_page(), except it ignores the page's* refcount
函数原型:static int invalidate_complete_page2(struct address_space *mapping, struct page *page)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct address_space * | mapping | |
struct page * | page |
640 | 如果 See page-flags.h for PAGE_MAPPING_FLAGS 不等于mapping则返回:0 |
646 | xa_lock_irqsave( & i_pages, flags) |
652 | xa_unlock_irqrestore( & i_pages, flags) |
658 | 返回:1 |
659 | failed : |
660 | xa_unlock_irqrestore( & i_pages, flags) |
661 | 返回:0 |
名称 | 描述 |
---|---|
invalidate_inode_pages2_range | validate_inode_pages2_range - remove range of pages from an address_space*@mapping: the address_space*@start: the page offset 'from' which to invalidate*@end: the page offset 'to' which to invalidate (inclusive)* Any pages which are found to be mapped |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |