| Function report | 
| Source Code: fs\crypto\crypto.c | Create Date:2022-07-28 20:23:31 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Validate dentries in encrypted directories to make sure we aren't potentially* caching stale dentries after a key has been added.
Proto:static int fscrypt_d_revalidate(struct dentry *dentry, unsigned int flags)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct dentry * | dentry | |
| unsigned int | flags | 
| 304 | If Not ( protected by d_lock & Encrypted name (dir key was unavailable) ) Then Return 1 | 
| 319 | If flags & RCU pathwalk mode; semi-internal Then Return -ECHILD | 
| 322 | dir = dget_parent(dentry) | 
| 330 | Return valid | 
| 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 |