| Function report | 
| Source Code: fs\dax.c | Create Date:2022-07-28 20:23:14 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:By this point grab_mapping_entry() has ensured that we have a locked entry* of the appropriate size so we don't have to worry about downgrading PMDs to* PTEs
Proto:static void *dax_insert_entry(struct xa_state *xas, struct address_space *mapping, struct vm_fault *vmf, void *entry, pfn_t pfn, unsigned long flags, bool dirty)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct xa_state * | xas | |
| struct address_space * | mapping | |
| struct vm_fault * | vmf | |
| void * | entry | |
| pfn_t | pfn | |
| unsigned long | flags | |
| bool | dirty | 
| 720 | new_entry = dax_make_entry(pfn, flags) | 
| 722 | If dirty Then __mark_inode_dirty - internal function*@inode: inode to mark*@flags: what kind of dirty (i | 
| 725 | If dax_is_zero_entry(entry) && Not (flags & DAX_ZERO_PAGE) Then | 
| 736 | xas_lock_irq(xas) | 
| 737 | If dax_is_zero_entry(entry) || dax_is_empty_entry(entry) Then | 
| 740 | dax_disassociate_entry(entry, mapping, false) | 
| 754 | Else | 
| 761 | xas_unlock_irq(xas) | 
| 762 | Return entry | 
| Name | Describe | 
|---|---|
| dax_load_hole | The user has performed a load from a hole in the file | 
| dax_iomap_pte_fault | 
| 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 |