函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\iomap\buffered-io.c Create Date:2022-07-29 11:07:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:to_iomap_page

函数原型:static inline struct iomap_page *to_iomap_page(struct page *page)

返回类型:struct iomap_page

参数:

类型参数名称
struct page *page
37  如果页面私有占用则返回:page_private(page)
39  返回:NULL
调用者
名称描述
iomap_page_create
iomap_page_release
iomap_iop_set_range_uptodate
iomap_read_page_end_io
iomap_is_partially_uptodatemap_is_partially_uptodate checks whether blocks within a page are* uptodate or not.* Returns true if all blocks which correspond to a file portion* we want to read within the page are uptodate.
iomap_finish_page_writeback
iomap_writepage_mapWe implement an immediate ioend submission policy here to avoid needing to* chain multiple ioends and hence nest mempool allocations which can violate* forward progress guarantees we need to provide