.\" 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_LOG_CLIENT_ARRAY" "9" "09 October 2005" "" "" .SH NAME ntfs_check_log_client_array \- check the log client array for consistency .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp BOOL ntfs_check_log_client_array (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 log client array to check .SH "DESCRIPTION" .PP Check the log client array 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 and the restart area have already been consistency checked. .PP Unlike \fBntfs_check_restart_page_header\fR and \fBntfs_check_restart_area\fR, this function needs \fIrp\fR->system_page_size bytes in \fIrp\fR, i.e. it requires the full restart page and the page must be multi sector transfer deprotected.