函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\page-writeback.c Create Date:2022-07-27 15:34:39
Last Modify:2022-05-23 13:25:58 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Function used by generic_writepages to call the real writepage* function and set the mapping flags on error

函数原型:static int __writepage(struct page *page, struct writeback_control *wbc, void *data)

返回类型:int

参数:

类型参数名称
struct page *page
struct writeback_control *wbc
void *data
2302  mapping等于data
2303  ret等于writepage(page, wbc)
2304  mapping_set_error - record a writeback error in the address_space*@mapping - the mapping in which an error should be set*@error - the error to set in the mapping* When writeback fails in some way, we must record that error so that
2305  返回:ret