Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
H A Dplugin.h145 * Use the filldir() function with fillctx argument to return
152 s64 *pos, void *fillctx, ntfs_filldir_t filldir,
H A Ddir.h110 void *dirent, ntfs_filldir_t filldir);
/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c946 * ntfs_filldir - ntfs specific filldir method
953 * @dirent: context for filldir callback supplied by the caller
954 * @filldir: filldir callback supplied by the caller
956 * Pass information specifying the current directory entry @ie to the @filldir
961 void *dirent, ntfs_filldir_t filldir) in ntfs_filldir()
1001 res = filldir(dirent, fn->file_name, in ntfs_filldir()
1013 res = filldir(dirent, loname, in ntfs_filldir()
1089 * @dirent: context for filldir callback supplied by the caller
1090 * @filldir
959 ntfs_filldir(ntfs_inode *dir_ni, s64 *pos, u8 ivcn_bits, const INDEX_TYPE index_type, index_union iu, INDEX_ENTRY *ie, void *dirent, ntfs_filldir_t filldir) ntfs_filldir() argument
1101 ntfs_readdir(ntfs_inode *dir_ni, s64 *pos, void *dirent, ntfs_filldir_t filldir) ntfs_readdir() argument
[all...]

Completed in 3 milliseconds