| Function report | 
| Source Code: fs\namei.c | Create Date:2022-07-28 20:05:05 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Fast lookup failed, do it the slow way
Proto:static struct dentry *__lookup_slow(const struct qstr *name, struct dentry *dir, unsigned int flags)
Type:struct dentry
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const struct qstr * | name | |
| struct dentry * | dir | |
| unsigned int | flags | 
| 1647 | If Value for the false possibility is greater at compile time(IS_DEADDIR(inode)) Then Return ERR_PTR( - ENOENT) | 
| 1649 | again : | 
| 1650 | dentry = d_alloc_parallel(dir, name, & wq) | 
| 1654 | error = d_revalidate(dentry, flags) | 
| 1655 | If Value for the false possibility is greater at compile time(error <= 0) Then | 
| 1664 | Else | 
| 1666 | d_lookup_done(dentry) | 
| 1672 | Return dentry | 
| Name | Describe | 
|---|---|
| lookup_slow | |
| lookup_one_len | lookup_one_len - filesystem helper to lookup single pathname component*@name: pathname component to lookup*@base: base directory to lookup from*@len: maximum length @len should be interpreted to* Note that this routine is purely a helper for filesystem | 
| 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 |