函数逻辑报告 |
Source Code:fs\inode.c |
Create Date:2022-07-29 10:38:04 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Called with the inode lock held.
函数原型:static struct inode *find_inode(struct super_block *sb, struct hlist_head *head, int (*test)(struct inode *, void *), void *data)
返回类型:struct inode
参数:
类型 | 参数 | 名称 |
---|---|---|
struct super_block * | sb | |
struct hlist_head * | head | |
int (* | test | |
void * | data |
819 | repeat : |
825 | 加自旋锁 |
826 | 如果Misc 按位与I_FREEING按位或I_WILL_FREE的值则 |
828 | 转到:repeat |
830 | 如果此条件成立可能性小(为编译器优化)(Misc & I_CREATING)则 |
835 | 自旋锁解锁 |
836 | 返回:inode |
838 | 返回:NULL |
名称 | 描述 |
---|---|
inode_insert5 | de_insert5 - obtain an inode from a mounted file system*@inode: pre-allocated inode to use for insert to cache*@hashval: hash value (usually inode number) to get*@test: callback used for comparisons between inodes*@set: callback used to initialize a new |
ilookup5_nowait | lookup5_nowait - search for an inode in the inode cache*@sb: super block of file system to search*@hashval: hash value (usually inode number) to search for*@test: callback used for comparisons between inodes*@data: opaque data pointer to pass to @test |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |