.\" 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 "NTFS_FILL_SUPER" "" "06 October 2005" "" ""
.SH NAME
ntfs_fill_super \- mount an ntfs files system
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ntfs_fill_super (struct super_block * \fIsb\fB, void * \fIopt\fB, const int \fIsilent\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsb\fB\fR
super block of ntfs file system to mount
.TP
\fB\fIopt\fB\fR
string containing the mount options
.TP
\fB\fIsilent\fB\fR
silence error output
.SH "DESCRIPTION"
.PP
\fBntfs_fill_super\fR is called by the VFS to mount the device described by \fIsb\fR
with the mount otions in \fIdata\fR with the NTFS file system.
.PP
If \fIsilent\fR is true, remain silent even if errors are detected. This is used
during bootup, when the kernel tries to mount the root file system with all
registered file systems one after the other until one succeeds. This implies
that all file systems except the correct one will quite correctly and
expectedly return an error, but nobody wants to see error messages when in
fact this is what is supposed to happen.
.SH "NOTE"
.PP
\fIsb\fR->s_flags contains the mount options flags.