Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\filemap.c Create Date:2022-07-28 14:01:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:lemap_fdatawait_keep_errors - wait for writeback without clearing errors*@mapping: address space structure to wait for* Walk the list of under-writeback pages of the given address space* and wait for all of them. Unlike filemap_fdatawait(), this function

Proto:int filemap_fdatawait_keep_errors(struct address_space *mapping)

Type:int

Parameter:

TypeParameterName
struct address_space *mapping
621  __filemap_fdatawait_range(mapping, 0, LLONG_MAX)
622  Return filemap_check_and_keep_errors(mapping)
Caller
NameDescribe
fdatawait_one_bdev