.\" 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 "SGET" "" "06 October 2005" "" ""
.SH NAME
sget \- find or create a superblock
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct super_block * sget (struct file_system_type * \fItype\fB, int (*\fItest\fB)
struct super_block *,void *, int (*\fIset\fB)
struct super_block *,void *, void * \fIdata\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItype\fB\fR
filesystem type superblock should belong to
.TP
\fB\fItest\fB\fR
comparison callback
.TP
\fB\fIset\fB\fR
setup callback
.TP
\fB\fIdata\fB\fR
argument to each of them