Function report |
Source Code:fs\mpage.c |
Create Date:2022-07-28 20:15:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This isn't called much at all
Proto:int mpage_readpage(struct page *page, get_block_t get_block)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
get_block_t | get_block |
426 | bio = This is the worker routine which does all the work of mapping the disk* blocks and constructs largest possible bios, submits them for IO if the* blocks are not contiguous on the disk |
427 | If bio Then mpage_bio_submit(REQ_OP_READ, 0, bio) |
429 | Return 0 |
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 |