.\" 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_INDIR" "" "06 October 2005" "" ""
.SH NAME
vxfs_bmap_indir \- recursion for vxfs_bmap_typed
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
daddr_t vxfs_bmap_indir (struct inode * \fIip\fB, long \fIindir\fB, int \fIsize\fB, long \fIblock\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIip\fB\fR
pointer to the inode we do bmap for
.TP
\fB\fIindir\fB\fR
indirect block we start reading at
.TP
\fB\fIsize\fB\fR
size of the typed area to search
.TP
\fB\fIblock\fB\fR
partially result from further searches
.SH "DESCRIPTION"
.PP
vxfs_bmap_indir reads a &struct vxfs_typed at \fIindir\fR
and performs the type-defined action.
.SH "RETURN VALUE"
.PP
The physical block number on success, else Zero.
.SH "NOTE"
.PP
Kernelstack is rare. Unrecurse?