NTFS_CHECK_AND_LOAD_RESTART_PAGE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

ntfs_check_and_load_restart_page - check the restart page for consistency  

SYNOPSIS

"SYNOPSIS"

BOOL ntfs_check_and_load_restart_page (struct inode * vi, RESTART_PAGE_HEADER * rp, s64 pos, RESTART_PAGE_HEADER ** wrp);  

ARGUMENTS

vi
$LogFile inode to which the restart page belongs
rp
restart page to check
pos
position in vi at which the restart page resides
wrp
copy of the multi sector transfer deprotected restart page
 

DESCRIPTION

Check the restart page rp for consistency and return TRUE if it is consistent and FALSE otherwise.

This function only needs NTFS_BLOCK_SIZE bytes in rp, i.e. it does not require the full restart page.

If wrp is not NULL, on success, *wrp will point to a buffer containing a copy of the complete multi sector transfer deprotected page. On failure, *wrp is undefined.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:33 GMT, October 09, 2005