Function report |
Source Code:fs\namei.c |
Create Date:2022-07-28 20:05:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_revalidate
Proto:static inline int d_revalidate(struct dentry *dentry, unsigned int flags)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry | |
unsigned int | flags |
757 | If Value for the false possibility is greater at compile time( protected by d_lock & DCACHE_OP_REVALIDATE) Then Return d_revalidate(dentry, flags) |
759 | Else Return 1 |
Name | Describe |
---|---|
lookup_dcache | This looks up the name in dcache and possibly revalidates the found dentry.* NULL is returned if the dentry does not exist in the cache. |
lookup_fast | |
__lookup_slow | Fast lookup failed, do it the slow way |
lookup_open | Look up and maybe create and open the last component |
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 |