.\" 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_PAGE_HEADER" "9" "09 October 2005" "" ""
.SH NAME
ntfs_check_restart_page_header \- check the page header for consistency
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
BOOL ntfs_check_restart_page_header (struct inode * \fIvi\fB, RESTART_PAGE_HEADER * \fIrp\fB, s64 \fIpos\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvi\fB\fR
\fB$LogFile\fR inode to which the restart page header belongs
.TP
\fB\fIrp\fB\fR
restart page header to check
.TP
\fB\fIpos\fB\fR
position in \fIvi\fR at which the restart page header resides
.SH "DESCRIPTION"
.PP
Check the restart page header \fIrp\fR for consistency and return TRUE if it is
consistent and FALSE otherwise.
.PP
This function only needs NTFS_BLOCK_SIZE bytes in \fIrp\fR, i.e. it does not
require the full restart page.