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_readpage
Proto:int iomap_readpage(struct page *page, const struct iomap_ops *ops)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
const struct iomap_ops * | ops |
335 | struct iomap_readpage_ctx ctx = {cur_page = page} |
340 | trace_iomap_readpage(host, 1) |
343 | ret = Execute a iomap write on a segment of the mapping that spans a* contiguous range of pages that have identical block mapping state |
346 | If ret <= 0 Then |
353 | If bio Then |
354 | submit_bio(bio) |
355 | WARN_ON_ONCE(!cur_page_in_bio) |
356 | Else |
366 | 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 |