NTFS_FILLDIR
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
ntfs_filldir - ntfs specific filldir method
SYNOPSIS
"SYNOPSIS"
int ntfs_filldir (ntfs_volume * vol, loff_t * fpos, ntfs_inode * ndir, const INDEX_TYPE index_type, index_union iu, INDEX_ENTRY * ie, u8 * name, void * dirent, filldir_t filldir);
ARGUMENTS
- vol
-
current ntfs volume
- fpos
-
position in the directory
- ndir
-
ntfs inode of current directory
- index_type
-
specifies whether iu is an index root or an index allocation
- iu
-
index root or index allocation attribute to which ie belongs
- ie
-
current index entry
- name
-
buffer to use for the converted name
- dirent
-
vfs filldir callback context
- filldir
-
vfs filldir callback
DESCRIPTION
Convert the Unicode name to the loaded NLS and pass it to the filldir
callback.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 04:40:58 GMT, October 06, 2005