Searched defs:filldir (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c600 * ntfs_filldir - ntfs specific filldir method
604 * @dirent: context for filldir callback supplied by the caller
605 * @filldir: filldir callback supplied by the caller
607 * Pass information specifying the current directory entry @ie to the @filldir
611 void *dirent, ntfs_filldir_t filldir)
629 return filldir(dirent, fn->file_name, fn->file_name_length,
704 * @dirent: context for filldir callback supplied by the caller
705 * @filldir: filldir callbac
610 ntfs_filldir(ntfs_volume *vol, s64 *pos, INDEX_ENTRY *ie, void *dirent, ntfs_filldir_t filldir) argument
716 ntfs_readdir(ntfs_inode *dir_ni, s64 *pos, void *dirent, ntfs_filldir_t filldir) argument
[all...]

Completed in 51 milliseconds