Function report |
Source Code:fs\block_dev.c |
Create Date:2022-07-28 20:14:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__sync_blockdev
Proto:int __sync_blockdev(struct block_device *bdev, int wait)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct block_device * | bdev | |
int | wait |
487 | If Not bdev Then Return 0 |
491 | Return filemap_write_and_wait(i_mapping) |
Name | Describe |
---|---|
sync_blockdev | Write out and wait upon all the dirty data associated with a block* device via its mapping. Does not take 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 |