Function report |
Source Code:fs\iomap\buffered-io.c |
Create Date:2022-07-28 20:31:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:iomap_ioend_try_merge
Proto:void iomap_ioend_try_merge(struct iomap_ioend *ioend, struct list_head *more_ioends, void (*merge_private)(struct iomap_ioend *ioend, struct iomap_ioend *next))
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct iomap_ioend * | ioend | |
struct list_head * | more_ioends | |
void (* | merge_private |
1222 | If Not We can merge two adjacent ioends if they have the same set of work to do. Then Break |
1225 | size of the extent += size of the extent |
1226 | If le system private data && merge_private Then merge_private(ioend, next) |
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 |