Function report |
Source Code:fs\iomap\buffered-io.c |
Create Date:2022-07-28 20:31:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:iomap_readpages
Proto:int iomap_readpages(struct address_space *mapping, struct list_head *pages, unsigned nr_pages, const struct iomap_ops *ops)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct address_space * | mapping | |
struct list_head * | pages | |
unsigned | nr_pages | |
const struct iomap_ops * | ops |
430 | struct iomap_readpage_ctx ctx = {pages = pages, is_readahead = true, } |
441 | ret = Execute a iomap write on a segment of the mapping that spans a* contiguous range of pages that have identical block mapping state |
443 | If ret <= 0 Then |
444 | WARN_ON_ONCE(ret == 0) |
445 | Go to done |
450 | ret = 0 |
451 | done : |
452 | If bio Then submit_bio(bio) |
454 | If cur_page Then |
465 | Return ret |
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 |