.\" 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 "EXT2_BG_HAS_SUPER" "" "06 October 2005" "" ""
.SH NAME
ext2_bg_has_super \- number of blocks used by the superblock in group
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ext2_bg_has_super (struct super_block * \fIsb\fB, int \fIgroup\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsb\fB\fR
superblock for filesystem
.TP
\fB\fIgroup\fB\fR
group number to check
.SH "DESCRIPTION"
.PP
Return the number of blocks used by the superblock (primary or backup)
in this group. Currently this will be only 0 or 1.