.\" 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_BMAP_EXT4" "" "06 October 2005" "" ""
.SH NAME
vxfs_bmap_ext4 \- do bmap for ext4 extents
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
daddr_t vxfs_bmap_ext4 (struct inode * \fIip\fB, long \fIbn\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIip\fB\fR
pointer to the inode we do bmap for
.TP
\fB\fIbn\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
vxfs_bmap_ext4 performs the bmap operation for inodes with
ext4-style extents (which are much like the traditional UNIX
inode organisation).
.SH "RETURNS"
.PP
The physical block number on success, else Zero.