IS_BOOT_SECTOR_NTFS

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

 

NAME

is_boot_sector_ntfs - check whether a boot sector is a valid NTFS boot sector  

SYNOPSIS

"SYNOPSIS"

BOOL is_boot_sector_ntfs (const struct super_block * sb, const NTFS_BOOT_SECTOR * b, const BOOL silent);  

ARGUMENTS

sb
Super block of the device to which b belongs.
b
Boot sector of device sb to check.
silent
If TRUE, all output will be silenced.
 

DESCRIPTION

is_boot_sector_ntfs checks whether the boot sector b is a valid NTFS boot sector. Returns TRUE if it is valid and FALSE if not.

sb is only needed for warning/error output, i.e. it can be NULL when silent is TRUE.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:20:53 GMT, October 06, 2005