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:Look up entry in page cache, wait for it to become unlocked if it* is a DAX entry and return it. The caller must subsequently call* put_unlocked_entry() if it did not lock the entry or dax_unlock_entry()* if it did
Proto:static void *get_unlocked_entry(struct xa_state *xas, unsigned int order)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct xa_state * | xas | |
| unsigned int | order | 
| 221 | cycle | 
| 225 | If dax_entry_order(entry) < order Then Return XA_RETRY_ENTRY | 
| 227 | If Not dax_is_locked(entry) Then Return entry | 
| 230 | wq = dax_entry_waitqueue(xas, entry, & key) | 
| 233 | xas_unlock_irq(xas) | 
| 235 | schedule() | 
| 237 | xas_lock_irq(xas) | 
| Name | Describe | 
|---|---|
| grab_mapping_entry | Find page cache entry at given index. If it is a DAX entry, return it* with the entry locked. If the page cache doesn't contain an entry at* that index, add a locked empty entry.* When requesting an entry with size DAX_PMD, grab_mapping_entry() will | 
| dax_layout_busy_page | dax_layout_busy_page - find first pinned page in @mapping*@mapping: address space to scan for a page with ref count > 1* DAX requires ZONE_DEVICE mapped pages. These pages are never* 'onlined' to the page allocator so they are considered idle when | 
| __dax_invalidate_entry | |
| dax_writeback_one | |
| dax_insert_pfn_mkwrite | dax_insert_pfn_mkwrite - insert PTE or PMD entry into page tables*@vmf: The description of the fault*@pfn: PFN to insert*@order: Order of entry to insert.* This function inserts a writeable PTE or PMD entry into the page tables* for an mmaped DAX file | 
| 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  |