| Function report | 
| Source Code: fs\inode.c | Create Date:2022-07-28 20:07:57 | 
| Last Modify:2020-03-18 19:19:59 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:d_inode_fast is the fast path version of find_inode, see the comment at* iget_locked for details.
Proto:static struct inode *find_inode_fast(struct super_block *sb, struct hlist_head *head, unsigned long ino)
Type:struct inode
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct super_block * | sb | |
| struct hlist_head * | head | |
| unsigned long | ino | 
| 850 | repeat : | 
| 852 | If Stat data, not accessed from path walking != ino Then Continue | 
| 856 | spin_lock( & _blocks, i_bytes, maybe i_size ) | 
| 859 | Go to repeat | 
| 867 | Return inode | 
| 869 | Return NULL | 
| Name | Describe | 
|---|---|
| iget_locked | obtain an inode from a mounted file system | 
| ilookup | search for an inode in the inode cache | 
| 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 |