Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\buffer.c Create Date:2022-07-28 20:14:07
Last Modify:2020-03-18 10:38:29 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sync_mapping_buffers - write out & wait upon a mapping's "associated" buffers*@mapping: the mapping which wants those buffers written* Starts I/O against the buffers at mapping->private_list, and waits upon* that I/O.

Proto:int sync_mapping_buffers(struct address_space *mapping)

Type:int

Parameter:

TypeParameterName
struct address_space *mapping
558  buffer_mapping = private_data
560  If buffer_mapping == NULL || list_empty - tests whether a list is empty*@head: the list to test. Then Return 0
563  Return fsync_buffers_list( & private_lock, & private_list)