table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SYNC_MAPPING_BUFFERS(9) | The Linux VFS | SYNC_MAPPING_BUFFERS(9) |
NAME¶
sync_mapping_buffers - write out & wait upon a mapping's “associated” buffersSYNOPSIS¶
int
sync_mapping_buffers(struct address_space * mapping);
ARGUMENTS¶
mappingthe mapping which wants those buffers
written
DESCRIPTION¶
Starts 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.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |