Function report |
Source Code:fs\inode.c |
Create Date:2022-07-28 20:07:58 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:obtain an inode from a mounted file system
Proto:struct inode *iget5_locked(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), int (*set)(struct inode *, void *), void *data)
Type:struct inode
Parameter:
Type | Parameter | Name |
---|---|---|
struct super_block * | sb | |
unsigned long | hashval | |
int (* | test | |
int (* | set | |
void * | data |
1145 | If Not inode Then |
1146 | new = alloc_inode(sb) |
1148 | If new Then |
1149 | Misc = 0 |
1151 | If Value for the false possibility is greater at compile time(inode != new) Then destroy_inode(new) |
1155 | Return inode |
Name | Describe |
---|---|
bdget |
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 |