Function report |
Source Code:fs\buffer.c |
Create Date:2022-07-28 20:14:09 |
Last Modify:2020-03-18 10:38:29 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:set_bh_page
Proto:void set_bh_page(struct buffer_head *bh, struct page *page, unsigned long offset)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct buffer_head * | bh | |
struct page * | page | |
unsigned long | offset |
1445 | If PageHighMem(page) Then pointer to data within the page = 0 + offset |
1450 | Else pointer to data within the page = page_address(page) + offset |
Name | Describe |
---|---|
alloc_page_buffers | Create the appropriate buffers when given a page for data area and* the size of each buffer |
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 |