.\" 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 "NTFS_FILLDIR" "" "06 October 2005" "" ""
.SH NAME
ntfs_filldir \- ntfs specific filldir method
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ntfs_filldir (ntfs_volume * \fIvol\fB, loff_t * \fIfpos\fB, ntfs_inode * \fIndir\fB, const INDEX_TYPE \fIindex_type\fB, index_union \fIiu\fB, INDEX_ENTRY * \fIie\fB, u8 * \fIname\fB, void * \fIdirent\fB, filldir_t \fIfilldir\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvol\fB\fR
current ntfs volume
.TP
\fB\fIfpos\fB\fR
position in the directory
.TP
\fB\fIndir\fB\fR
ntfs inode of current directory
.TP
\fB\fIindex_type\fB\fR
specifies whether \fIiu\fR is an index root or an index allocation
.TP
\fB\fIiu\fB\fR
index root or index allocation attribute to which \fIie\fR belongs
.TP
\fB\fIie\fB\fR
current index entry
.TP
\fB\fIname\fB\fR
buffer to use for the converted name
.TP
\fB\fIdirent\fB\fR
vfs filldir callback context
.TP
\fB\fIfilldir\fB\fR
vfs filldir callback
.SH "DESCRIPTION"
.PP
Convert the Unicode \fIname\fR to the loaded NLS and pass it to the \fIfilldir\fR
callback.