Function report |
Source Code:fs\buffer.c |
Create Date:2022-07-28 20:14:07 |
Last Modify:2020-03-18 10:38:29 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Completion handler for block_write_full_page() - pages which are unlocked* during I/O, and which have PageWriteback cleared upon I/O completion.
Proto:void end_buffer_async_write(struct buffer_head *bh, int uptodate)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct buffer_head * | bh | |
int | uptodate |
361 | BUG_ON(!buffer_async_write(bh)) |
364 | If uptodate Then |
366 | Else |
367 | buffer_io_error(bh, ", lost async page write") |
370 | SetPageError(page) |
374 | local_irq_save(flags) |
378 | unlock_buffer(bh) |
381 | If buffer_async_write(tmp) Then |
382 | BUG_ON(!buffer_locked(tmp)) |
383 | Go to still_busy |
388 | local_irq_restore(flags) |
390 | Return |
392 | still_busy : |
394 | local_irq_restore(flags) |
395 | Return |
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 |