.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "WRITE_INODE_NOW" "" "06 October 2005" "" "" .SH NAME write_inode_now \- write an inode to disk .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void write_inode_now (struct inode * \fIinode\fB, int \fIsync\fB); \fR .SH "ARGUMENTS" .TP \fB\fIinode\fB\fR inode to write to disk .TP \fB\fIsync\fB\fR whether the write should be synchronous or not .SH "DESCRIPTION" .PP This function commits an inode to disk immediately if it is dirty. This is primarily needed by knfsd.