1WRITE_INODE_NOW(9)               The Linux VFS              WRITE_INODE_NOW(9)
2
3
4

NAME

6       write_inode_now - write an inode to disk
7

SYNOPSIS

9       int write_inode_now(struct inode * inode, int sync);
10

ARGUMENTS

12       inode
13           inode to write to disk
14
15       sync
16           whether the write should be synchronous or not
17

DESCRIPTION

19       This function commits an inode to disk immediately if it is dirty. This
20       is primarily needed by knfsd.
21
22       The caller must either have a ref on the inode or must have set
23       I_WILL_FREE.
24
26Kernel Hackers Manual 3.10         June 2019                WRITE_INODE_NOW(9)
Impressum