.\" 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" "9" "09 October 2005" "" "" .SH NAME ntfs_fill_super \- mount an ntfs filesystem .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 filesystem 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 filesystem. .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 filesystem with all registered filesystems one after the other until one succeeds. This implies that all filesystems 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.