函数逻辑报告 |
Source Code:include\linux\fs.h |
Create Date:2022-07-27 06:44:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:从哈希表中移除索引节点
函数原型:static inline void remove_inode_hash(struct inode *inode)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode |
3078 | 如果非inode_unhashed(inode)且非hlist_fake( & i_hash)则__remove_inode_hash - remove an inode from the hash*@inode: inode to unhash* Remove an inode from the superblock. |
名称 | 描述 |
---|---|
evict | Free the inode passed in, removing it from the lists it is still connected* to |
make_bad_inode | 标记索引节点错误 |
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 插件可实现:逻辑报告 代码生成和批量转换代码 |