Function report |
Source Code:fs\sync.c |
Create Date:2022-07-28 20:11:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Do the filesystem syncing work
Proto:static int __sync_filesystem(struct super_block *sb, int wait)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct super_block * | sb | |
int | wait |
33 | If wait Then sync_inodes_sb - sync sb inode pages*@sb: the superblock* This function writes and waits on any dirty inode belonging to this* super_block. |
40 | Return __sync_blockdev(s_bdev, wait) |
Name | Describe |
---|---|
sync_filesystem | Write out and wait upon all dirty data associated with this* superblock. Filesystem data as well as the underlying block* device. Takes the superblock lock. |
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 |