.\" 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_AND_LOAD_RESTART_PAGE" "9" "09 October 2005" "" "" .SH NAME ntfs_check_and_load_restart_page \- check the restart page for consistency .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp BOOL ntfs_check_and_load_restart_page (struct inode * \fIvi\fB, RESTART_PAGE_HEADER * \fIrp\fB, s64 \fIpos\fB, RESTART_PAGE_HEADER ** \fIwrp\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 to check .TP \fB\fIpos\fB\fR position in \fIvi\fR at which the restart page resides .TP \fB\fIwrp\fB\fR copy of the multi sector transfer deprotected restart page .SH "DESCRIPTION" .PP Check the restart page \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. .PP If \fIwrp\fR is not NULL, on success, *\fIwrp\fR will point to a buffer containing a copy of the complete multi sector transfer deprotected page. On failure, *\fIwrp\fR is undefined.