Function report |
Source Code:fs\fs-writeback.c |
Create Date:2022-07-28 20:10:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:writeback_inodes_wb
Proto:static long writeback_inodes_wb(struct bdi_writeback *wb, long nr_pages, enum wb_reason reason)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
struct bdi_writeback * | wb | |
long | nr_pages | |
enum wb_reason | reason |
1803 | struct wb_writeback_work work = {nr_pages = nr_pages, sync_mode = Don't wait on anything , range_cyclic = 1, why was writeback initiated? = reason, } |
1811 | blk_start_plug( & plug) |
1812 | spin_lock( & protects the b_* lists ) |
1815 | __writeback_inodes_wb(wb, & work) |
1816 | spin_unlock( & protects the b_* lists ) |
1817 | blk_finish_plug( & plug) |
Name | Describe |
---|---|
wb_workfn | Handle writeback of dirty data for the device backed by this bdi. Also* reschedules periodically and does kupdated style flushing. |
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 |