.\" 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 "VXFS_FILL_SUPER" "" "06 October 2005" "" ""
.SH NAME
vxfs_fill_super \- read superblock into memory and initalize filesystem
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int vxfs_fill_super (struct super_block * \fIsbp\fB, void * \fIdp\fB, int \fIsilent\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsbp\fB\fR
VFS superblock (to fill)
.TP
\fB\fIdp\fB\fR
fs private mount data
.TP
\fB\fIsilent\fB\fR
do not complain loudly when sth is wrong
.SH "DESCRIPTION"
.PP
We are called on the first mount of a filesystem to read the
superblock into memory and do some basic setup.
.SH "RETURNS"
.PP
The superblock on success, else NULL\&.
.SH "LOCKING"
.PP
We are under the bkl and \fIsbp\fR->s_lock.