.\" 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 "BEFS_COUNT_BLOCKS" "9" "09 October 2005" "" ""
.SH NAME
befs_count_blocks \- blocks used by a file
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
befs_blocknr_t befs_count_blocks (struct super_block * \fIsb\fB, befs_data_stream * \fIds\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsb\fB\fR
Filesystem superblock
.TP
\fB\fIds\fB\fR
Datastream of the file
.SH "DESCRIPTION"
.PP
Counts the number of fs blocks that the file represented by
inode occupies on the filesystem, counting both regular file
data and filesystem metadata (and eventually attribute data
when we support attributes)