Function report |
Source Code:fs\fs-writeback.c |
Create Date:2022-07-28 20:10:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Handle writeback of dirty data for the device backed by this bdi. Also* reschedules periodically and does kupdated style flushing.
Proto:void wb_workfn(struct work_struct *work)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct work_struct * | work |
2067 | flags |= Allowed to write to swap |
2077 | Do |
2081 | Else |
2087 | pages_written = writeback_inodes_wb(wb, 1024, WB_REASON_FORKER_THREAD) |
2092 | If Not list_empty - tests whether a list is empty*@head: the list to test. Then wb_wakeup(wb) |
2094 | Else if wb_has_dirty_io(wb) && centiseconds Then This function is used when the first inode for this wb is marked dirty |
2097 | flags &= ~Allowed to write to swap |
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 |