函数逻辑报告 |
Source Code:fs\inode.c |
Create Date:2022-07-29 10:38:06 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:在高速缓存查找索引节点
函数原型:struct inode *ilookup5(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), void *data)
返回类型:struct inode
参数:
类型 | 参数 | 名称 |
---|---|---|
struct super_block * | sb | |
unsigned long | hashval | |
int (* | test | |
void * | data |
1364 | again : |
1366 | 如果inode则 |
1368 | 如果此条件成立可能性小(为编译器优化)(inode_unhashed(inode))则 |
1373 | 返回:inode |
名称 | 描述 |
---|---|
iget5_locked | 从文件系统上获得索引节点 |
bdev_unhash_inode | If there is a bdev inode for this device, unhash it so that it gets evicted* as soon as last inode reference is dropped. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |