函数逻辑报告 |
Source Code:fs\dax.c |
Create Date:2022-07-29 10:56:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pgoff_address
函数原型:static inline unsigned long pgoff_address(unsigned long pgoff, struct vm_area_struct *vma)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | pgoff | |
struct vm_area_struct * | vma |
770 | address等于Our start address within vm_mm. 加pgoff减Offset (within vm_file) in PAGE_SIZEunits 左移PAGE_SHIFT determines the page size 位的值 |
771 | VM_BUG_ON_VMA(address < Our start address within vm_mm. || address >= The first byte after our end addresswithin vm_mm. , vma) |
772 | 返回:address |
名称 | 描述 |
---|---|
dax_entry_mkclean | Walk all mappings of a given index of a file and writeprotect them |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |