Function report |
Source Code:fs\fs-writeback.c |
Create Date:2022-07-28 20:10:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Queue all expired dirty inodes for io, eldest first.* Before* newly dirtied b_dirty b_io b_more_io* =============> gf edc BA* After* newly dirtied b_dirty b_io b_more_io* =============> g fBAedc* |* +--> dequeue for IO
Proto:static void queue_io(struct bdi_writeback *wb, struct wb_writeback_work *work)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bdi_writeback * | wb | |
struct wb_writeback_work * | work |
1296 | assert_spin_locked( & protects the b_* lists ) |
1298 | moved = Move expired (dirtied before work->older_than_this) dirty inodes from*@delaying_queue to @dispatch_queue. |
1299 | moved += Move expired (dirtied before work->older_than_this) dirty inodes from*@delaying_queue to @dispatch_queue. |
1301 | If moved Then wb_io_lists_populated(wb) |
1303 | trace_writeback_queue_io(wb, work, moved) |
Name | Describe |
---|---|
writeback_inodes_wb | |
wb_writeback | Explicit flushing or periodic writeback of "old" data |
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 |