Function report |
Source Code:fs\dcache.c |
Create Date:2022-07-28 20:07:26 |
Last Modify:2020-03-18 10:27:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__dput_to_list
Proto:static void __dput_to_list(struct dentry *dentry, struct list_head *list)__must_hold(&dentry->d_lock)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry | |
struct list_head * | list |
867 | If protected by d_lock & DCACHE_SHRINK_LIST Then |
869 | --count |
870 | Else |
871 | If protected by d_lock & DCACHE_LRU_LIST Then d_lru_del(dentry) |
873 | If Not --count Then d_shrink_add(dentry, list) |
Name | Describe |
---|---|
dput_to_list | |
shrink_dentry_list | |
shrink_dcache_parent | prune dcache |
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 |