函数逻辑报告 |
Source Code:fs\dax.c |
Create Date:2022-07-29 10:56:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dax_entry_size
函数原型:static unsigned long dax_entry_size(void *entry)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | entry |
303 | 如果dax_is_zero_entry(entry)则返回:0 |
305 | 否则如果dax_is_empty_entry(entry)则返回:0 |
307 | 否则如果dax_is_pmd_entry(entry)则返回:PMD_SIZE |
309 | 否则返回:PAGE_SIZE |
名称 | 描述 |
---|---|
dax_end_pfn | |
dax_associate_entry | TODO: for reflink+dax we need a way to associate a single page with* multiple address_space instances at different linear_page_index()* offsets. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |