.\" 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 "IS_BOOT_SECTOR_NTFS" "" "06 October 2005" "" ""
.SH NAME
is_boot_sector_ntfs \- check whether a boot sector is a valid NTFS boot sector
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
BOOL is_boot_sector_ntfs (const struct super_block * \fIsb\fB, const NTFS_BOOT_SECTOR * \fIb\fB, const BOOL \fIsilent\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsb\fB\fR
Super block of the device to which \fIb\fR belongs.
.TP
\fB\fIb\fB\fR
Boot sector of device \fIsb\fR to check.
.TP
\fB\fIsilent\fB\fR
If TRUE, all output will be silenced.
.SH "DESCRIPTION"
.PP
\fBis_boot_sector_ntfs\fR checks whether the boot sector \fIb\fR is a valid NTFS boot
sector. Returns TRUE if it is valid and FALSE if not.
.PP
\fIsb\fR is only needed for warning/error output, i.e. it can be NULL when silent
is TRUE.