Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__filemap_fdatawrite

Proto:static inline int __filemap_fdatawrite(struct address_space *mapping, int sync_mode)

Type:int

Parameter:

TypeParameterName
struct address_space *mapping
intsync_mode
429  Return __filemap_fdatawrite_range - start writeback on mapping dirty pages in range*@mapping: address space structure to write*@start: offset in bytes where the range starts*@end: offset in bytes where the range ends (inclusive)*@sync_mode: enable synchronous
Caller
NameDescribe
filemap_fdatawrite
filemap_flushlemap_flush - mostly a non-blocking flush*@mapping: target address_space* This is a mostly non-blocking flush. Not suitable for data-integrity* purposes - I/O may not be started against all dirty pages.