函数逻辑报告 |
Source Code:mm\vmscan.c |
Create Date:2022-07-27 15:41:24 |
Last Modify:2022-05-23 13:41:30 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:We detected a synchronous write error writing a page out. Probably* -ENOSPC. We need to propagate that into the address_space for a subsequent* fsync(), msync() or close().* The tricky part is that after writepage we cannot touch the mapping: nothing
函数原型:static void handle_write_error(struct address_space *mapping, struct page *page, int error)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct address_space * | mapping | |
struct page * | page | |
int | error |
名称 | 描述 |
---|---|
pageout | pageout is called by shrink_page_list() for each dirty page.* Calls ->writepage(). |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |