BOOL ntfs_check_log_client_array (struct inode * vi, RESTART_PAGE_HEADER * rp);
Check the log client array of the restart page rp for consistency and return TRUE if it is consistent and FALSE otherwise.
This function assumes that the restart page header and the restart area have already been consistency checked.
Unlike ntfs_check_restart_page_header and ntfs_check_restart_area, this function needs rp->system_page_size bytes in rp, i.e. it requires the full restart page and the page must be multi sector transfer deprotected.