.\" 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 "NTFS_CHECK_RESTART_AREA" "9" "09 October 2005" "" "" .SH NAME ntfs_check_restart_area \- check the restart area for consistency .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp BOOL ntfs_check_restart_area (struct inode * \fIvi\fB, RESTART_PAGE_HEADER * \fIrp\fB); \fR .SH "ARGUMENTS" .TP \fB\fIvi\fB\fR \fB$LogFile\fR inode to which the restart page belongs .TP \fB\fIrp\fB\fR restart page whose restart area to check .SH "DESCRIPTION" .PP Check the restart area of the restart page \fIrp\fR for consistency and return TRUE if it is consistent and FALSE otherwise. .PP This function assumes that the restart page header has already been consistency checked. .PP This function only needs NTFS_BLOCK_SIZE bytes in \fIrp\fR, i.e. it does not require the full restart page.