Function report |
Source Code:include\linux\buffer_head.h |
Create Date:2022-07-28 12:16:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:test_set_buffer_dirty
Proto:static inline __attribute__((__always_inline__)) int test_set_buffer_dirty(struct buffer_head *bh)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct buffer_head * | bh |
Name | Describe |
---|---|
mark_buffer_dirty | mark_buffer_dirty - mark a buffer_head as needing writeout*@bh: the buffer_head to mark dirty* mark_buffer_dirty() will set the dirty bit against the buffer, then set* its backing page dirty, then tag the page as dirty in the page cache* and then attach |
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 |