other versions
SYNC_INODE_METADATA(9) | The Linux VFS | SYNC_INODE_METADATA(9) |
NAME¶
sync_inode_metadata - write an inode to disk
SYNOPSIS¶
int sync_inode_metadata(struct inode * inode, int wait);
ARGUMENTS¶
struct inode * inode
the inode to sync
int wait
wait for I/O to complete.
DESCRIPTION¶
Write an inode to disk and adjust its dirty state after completion.
NOTE¶
only writes the actual inode, no associated data or other metadata.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |