Man Page: sync_mapping_buffers
Operating Environment: centos
Section: 9
SYNC_MAPPING_BUFFERS(9) The Linux VFS SYNC_MAPPING_BUFFERS(9)NAMEsync_mapping_buffers - write out & wait upon a mapping's "associated" buffersSYNOPSISint sync_mapping_buffers(struct address_space * mapping);ARGUMENTSmapping the mapping which wants those buffers writtenDESCRIPTIONStarts I/O against the buffers at mapping->private_list, and waits upon that I/O. Basically, this is a convenience function for fsync. mapping is a file or directory which needs those buffers to be written for a successful fsync.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SYNC_MAPPING_BUFFERS(9)
| Related Man Pages |
|---|
| drop_user_mapping(7) - centos |
| mpage_readpages(9) - centos |
| write_cache_pages(9) - centos |
| fsync(2) - osf1 |
| fsync(2) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |
| [TIP] Processing YAML files with yq |