.\" 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_READDIR" "9" "09 October 2005" "" ""
.SH NAME
vxfs_readdir \- read a directory
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int vxfs_readdir (struct file * \fIfp\fB, void * \fIretp\fB, filldir_t \fIfiller\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIfp\fB\fR
the directory to read
.TP
\fB\fIretp\fB\fR
return buffer
.TP
\fB\fIfiller\fB\fR
filldir callback
.SH "DESCRIPTION"
.PP
vxfs_readdir fills \fIretp\fR with directory entries from \fIfp\fR
using the VFS supplied callback \fIfiller\fR\&.
.SH "RETURNS"
.PP
Zero.