.\" 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 "NFS_REVALIDATE_FILE_SIZE" "9" "09 October 2005" "" "" .SH NAME nfs_revalidate_file_size \- Revalidate the file size .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int nfs_revalidate_file_size (struct inode * \fIinode\fB, struct file * \fIfilp\fB); \fR .SH "ARGUMENTS" .TP \fB\fIinode\fB\fR -- undescribed -- .TP \fB\fIfilp\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP \fIinode\fR - pointer to inode struct \fIfile\fR - pointer to struct file .PP Revalidates the file length. This is basically a wrapper around \fBnfs_revalidate_inode\fR that takes into account the fact that we may have cached writes (in which case we don't care about the server's idea of what the file length is), or O_DIRECT (in which case we shouldn't trust the cache).