Function report |
Source Code:fs\dcache.c |
Create Date:2022-07-28 20:07:25 |
Last Modify:2020-03-18 10:27:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__d_clear_type_and_inode
Proto:static inline void __d_clear_type_and_inode(struct dentry *dentry)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry |
327 | flags = READ_ONCE( protected by d_lock ) |
329 | flags &= ~(DCACHE_ENTRY_TYPE | Fall through to lower layer ) |
330 | WRITE_ONCE( protected by d_lock , flags) |
332 | If protected by d_lock & DCACHE_LRU_LIST Then this_cpu_inc(nr_dentry_negative) |
Name | Describe |
---|---|
dentry_unlink_inode | Release the dentry's inode, using the filesystem* d_iput() operation if defined. |
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 |