Function report |
Source Code:fs\fs-writeback.c |
Create Date:2022-07-28 20:10:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:wb_io_lists_populated
Proto:static bool wb_io_lists_populated(struct bdi_writeback *wb)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct bdi_writeback * | wb |
88 | If wb_has_dirty_io(wb) Then |
89 | Return false |
90 | Else |
95 | Return true |
Name | Describe |
---|---|
inode_io_list_move_locked | de_io_list_move_locked - move an inode onto a bdi_writeback IO list*@inode: inode to be moved*@wb: target bdi_writeback*@head: one of @wb->b_{dirty|io|more_io|dirty_time}* Move @inode->i_io_list to @list of @wb and set %WB_has_dirty_io |
queue_io | 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 |
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 |