函数逻辑报告 |
Source Code:fs\fs-writeback.c |
Create Date:2022-07-29 10:41:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sync_inode_metadata - write an inode to disk*@inode: the inode to sync*@wait: wait for I/O to complete.* Write an inode to disk and adjust its dirty state after completion.* Note: only writes the actual inode, no associated data or other metadata.
函数原型:int sync_inode_metadata(struct inode *inode, int wait)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct inode * | inode | |
int | wait |
2617 | struct writeback_control wbc = {sync_mode = wait ? Wait on every mapping : Don't wait on anything , Write this many pages, and decrementthis for each page written = 0, } |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |