.\" 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 "GET_SUPER" "" "06 October 2005" "" ""
.SH NAME
get_super \- get the superblock of a device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct super_block * get_super (struct block_device * \fIbdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIbdev\fB\fR
device to get the superblock for
.SH "DESCRIPTION"
.PP
Scans the superblock list and finds the superblock of the file system
mounted on the device given. NULL is returned if no match is found.