table of contents
other versions
- wheezy 3.2.78-1
SYNC_INODE(9) | The Linux VFS | SYNC_INODE(9) |
NAME¶
sync_inode - write an inode and its pages to disk.SYNOPSIS¶
int
sync_inode(struct inode * inode,
struct writeback_control * wbc);
ARGUMENTS¶
inodethe inode to sync
wbc
controls the writeback mode
DESCRIPTION¶
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |