Function report |
Source Code:fs\fs-writeback.c |
Create Date:2022-07-28 20:10:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:int sync_inode_metadata(struct inode *inode, int wait)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
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, } |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |