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:Delete DAX entry at @index from @mapping. Wait for it* to be unlocked before deleting it.
Proto:int dax_delete_mapping_entry(struct address_space *mapping, unsigned long index)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct address_space * | mapping | |
unsigned long | index |
661 | ret = __dax_invalidate_entry(mapping, index, true) |
670 | WARN_ON_ONCE(!ret) |
671 | Return ret |
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 |