函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\filemap.c Create Date:2022-07-27 15:23:50
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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

函数原型:int filemap_fdatawait_keep_errors(struct address_space *mapping)

返回类型:int

参数:

类型参数名称
struct address_space *mapping
621  __filemap_fdatawait_range(mapping, 0, LLONG_MAX)
622  返回:filemap_check_and_keep_errors(mapping)
调用者
名称描述
fdatawait_one_bdev
wait_sb_inodesThe @s_sync_lock is used to serialise concurrent sync operations* to avoid lock contention problems with concurrent wait_sb_inodes() calls.* Concurrent callers will block on the s_sync_lock rather than doing contending* walks