1SYNC_MAPPING_BUFFERS(9)          The Linux VFS         SYNC_MAPPING_BUFFERS(9)
2
3
4

NAME

6       sync_mapping_buffers - write out & wait upon a mapping's “associated”
7       buffers
8

SYNOPSIS

10       int sync_mapping_buffers(struct address_space * mapping);
11

ARGUMENTS

13       mapping
14           the mapping which wants those buffers written
15

DESCRIPTION

17       Starts I/O against the buffers at mapping->private_list, and waits upon
18       that I/O.
19
20       Basically, this is a convenience function for fsync.  mapping is a file
21       or directory which needs those buffers to be written for a successful
22       fsync.
23
25Kernel Hackers Manual 3.10         June 2019           SYNC_MAPPING_BUFFERS(9)
Impressum