函数逻辑报告 |
Source Code:fs\dax.c |
Create Date:2022-07-29 10:56:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Delete DAX entry at @index from @mapping. Wait for it* to be unlocked before deleting it.
函数原型:int dax_delete_mapping_entry(struct address_space *mapping, unsigned long index)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct address_space * | mapping | |
unsigned long | index |
661 | ret等于__dax_invalidate_entry(mapping, index, true) |
670 | WARN_ON_ONCE(!ret) |
671 | 返回:ret |
名称 | 描述 |
---|---|
truncate_exceptional_pvec_entries | Unconditionally remove exceptional entries. Usually called from truncate* path. Note that the pagevec may be altered by this function by removing* exceptional entries similar to what pagevec_remove_exceptionals does. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |