Function report |
Source Code:fs\block_dev.c |
Create Date:2022-07-28 20:14:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__invalidate_device
Proto:int __invalidate_device(struct block_device *bdev, bool kill_dirty)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct block_device * | bdev | |
bool | kill_dirty |
2219 | sb = get the superblock of a device |
2220 | res = 0 |
2222 | If sb Then |
2231 | drop_super(sb) |
2234 | Return res |
Name | Describe |
---|---|
flush_disk | lush_disk - invalidates all buffer-cache entries on a disk*@bdev: struct block device to be flushed*@kill_dirty: flag to guide handling of dirty inodes* Invalidates all buffer-cache entries on a disk |
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 |