函数逻辑报告 |
Source Code:fs\buffer.c |
Create Date:2022-07-29 10:45:08 |
Last Modify:2020-03-18 10:38:29 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:inode_has_buffers
函数原型:int inode_has_buffers(struct inode *inode)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode |
501 | 返回:非链表为空 |
名称 | 描述 |
---|---|
inode_lru_isolate | Isolate the inode from the LRU in preparation for freeing it |
invalidate_inode_buffers | Invalidate any and all dirty buffers on a given inode. We are* probably unmounting the fs, but that doesn't mean we have already* done a sync(). Just drop the buffers from the inode list.* NOTE: we take the inode's blockdev's mapping's private_lock. Which |
remove_inode_buffers | Remove any clean buffers from the inode's buffer list. This is called* when we're trying to free the inode itself. Those buffers can pin it.* Returns true if all buffers were removed. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |