函数逻辑报告 |
Source Code:fs\inode.c |
Create Date:2022-07-29 10:38:02 |
Last Modify:2020-03-18 19:19:59 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Free the inode passed in, removing it from the lists it is still connected* to
函数原型:static void evict(struct inode *inode)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode |
560 | 如果非链表为空则s-writeback.c |
563 | inode_sb_list_del(inode) |
573 | 如果evict_inode则 |
574 | evict_inode(inode) |
575 | 否则 |
577 | 清除索引节点 |
584 | 从哈希表中移除索引节点 |
586 | 加自旋锁 |
589 | 自旋锁解锁 |
591 | destroy_inode(inode) |
名称 | 描述 |
---|---|
dispose_list | dispose_list - dispose of the contents of a local list*@head: the head of the list to free* Dispose-list gets a local list with local inodes in it, so it doesn't* need to worry about list corruption and SMP locks. |
iput_final | Called when we're dropping the last reference* to an inode |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |