Function report |
Source Code:fs\dax.c |
Create Date:2022-07-28 20:23:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__dax_invalidate_entry
Proto:static int __dax_invalidate_entry(struct address_space *mapping, unsigned long index, bool trunc)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct address_space * | mapping | |
unsigned long | index | |
bool | trunc |
634 | ret = 0 |
637 | xas_lock_irq( & xas) |
645 | dax_disassociate_entry(entry, mapping, trunc) |
647 | nrexceptional-- |
648 | ret = 1 |
649 | out : |
650 | put_unlocked_entry( & xas, entry) |
651 | xas_unlock_irq( & xas) |
652 | Return ret |
Name | Describe |
---|---|
dax_delete_mapping_entry | Delete DAX entry at @index from @mapping. Wait for it* to be unlocked before deleting it. |
dax_invalidate_mapping_entry_sync | Invalidate DAX entry if it is clean. |
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 |