Rechercher une page de manuel
write_inode_now
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
write_inode_now - write an inode to diskSYNOPSIS
- int write_inode_now(struct inode * inode, int sync);
ARGUMENTS
inode
- inode to write to disk
sync
- whether the write should be synchronous or not
DESCRIPTION
This function commits an inode to disk immediately if it is dirty. This is primarily needed by knfsd.
The caller must either have a ref on the inode or must have set I_WILL_FREE.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre