Query: sync_inode_metadata
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SYNC_INODE_METADATA(9) The Linux VFS SYNC_INODE_METADATA(9)NAMEsync_inode_metadata - write an inode to diskSYNOPSISint sync_inode_metadata(struct inode * inode, int wait);ARGUMENTSinode the inode to sync wait wait for I/O to complete.DESCRIPTIONWrite an inode to disk and adjust its dirty state after completion.NOTEonly writes the actual inode, no associated data or other metadata.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SYNC_INODE_METADATA(9)