Rechercher une page de manuel
sync_mapping_buffers
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
sync_mapping_buffers - write out & wait upon a mapping's lqassociatedrq buffersSYNOPSIS
- int sync_mapping_buffers(struct address_space * mapping);
ARGUMENTS
mapping
- the 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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre