Function report |
Source Code:block\bio.c |
Create Date:2022-07-28 16:56:18 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:_check_pages_dirty() will check that all the BIO's pages are still dirty.* If they are, then fine. If, however, some pages are clean then they must* have been written out during the direct-IO read. So we take another ref on
Proto:static void bio_dirty_fn(struct work_struct *work)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct work_struct * | work |
1720 | spin_lock_irq( & bio_dirty_lock) |
1721 | next = bio_dirty_list |
1722 | bio_dirty_list = NULL |
1723 | spin_unlock_irq( & bio_dirty_lock) |
1726 | next = bi_private |
1728 | bio_release_pages(bio, true) |
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 |