函数逻辑报告 |
Source Code:fs\fs-writeback.c |
Create Date:2022-07-29 10:41:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Wait for writeback on an inode to complete. Called with i_lock held.* Caller must make sure inode cannot go away when we drop i_lock.
函数原型:static void __inode_wait_for_writeback(struct inode *inode)__releases(inode->i_lock) __acquires(inode->i_lock)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode |
1330 | wqh等于bit_waitqueue( & Misc , __I_SYNC) |
名称 | 描述 |
---|---|
inode_wait_for_writeback | Wait for writeback on an inode to complete. Caller must have inode pinned. |
writeback_single_inode | Write out an inode's dirty pages. Either the caller has an active reference* on the inode or the inode has I_WILL_FREE set.* This function is designed to be called for writing back one inode which* we go e |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |