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:mpage_bio_submit
Proto:static struct bio *mpage_bio_submit(int op, int op_flags, struct bio *bio)
Type:struct bio
Parameter:
Type | Parameter | Name |
---|---|---|
int | op | |
int | op_flags | |
struct bio * | bio |
66 | submit_bio(bio) |
67 | Return NULL |
Name | Describe |
---|---|
do_mpage_readpage | 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 |
mpage_readpages | mpage_readpages - populate an address space with some pages & start reads against them*@mapping: the address_space*@pages: The address of a list_head which contains the target pages. These |
mpage_readpage | This isn't called much at all |
__mpage_writepage | |
mpage_writepages | mpage_writepages - walk the list of dirty pages of the given address space & writepage() all of them*@mapping: address space structure to write*@wbc: subtract the number of written pages from *@wbc->nr_to_write |
mpage_writepage |
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 |