Function report |
Source Code:fs\dax.c |
Create Date:2022-07-28 20:23:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dax_entry_size
Proto:static unsigned long dax_entry_size(void *entry)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
void * | entry |
303 | If dax_is_zero_entry(entry) Then Return 0 |
305 | Else if dax_is_empty_entry(entry) Then Return 0 |
307 | Else if dax_is_pmd_entry(entry) Then Return PMD_SIZE |
309 | Else Return PAGE_SIZE |
Name | Describe |
---|---|
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. |
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 |