NTFS_CHECK_RESTART_PAGE_HEADER

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

 

NAME

ntfs_check_restart_page_header - check the page header for consistency  

SYNOPSIS

"SYNOPSIS"

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

ARGUMENTS

vi
$LogFile inode to which the restart page header belongs
rp
restart page header to check
pos
position in vi at which the restart page header resides
 

DESCRIPTION

Check the restart page header 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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

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