Lines Matching refs:filldir
946 * 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)
1001 res = filldir(dirent, fn->file_name,
1013 res = filldir(dirent, loname,
1089 * @dirent: context for filldir callback supplied by the caller
1090 * @filldir: filldir callback supplied by the caller
1093 * index bitmap and hand each found directory entry to the @filldir callback
1102 void *dirent, ntfs_filldir_t filldir)
1118 if (!dir_ni || !pos || !filldir) {
1154 rc = filldir(dirent, dotdot, 1, FILE_NAME_POSIX, *pos,
1171 rc = filldir(dirent, dotdot, 2, FILE_NAME_POSIX, *pos,
1223 * reach the last entry or until filldir tells us it has had enough
1257 * invoke the filldir() callback as appropriate.
1260 INDEX_TYPE_ROOT, ir, ie, dirent, filldir);
1399 * invoke the filldir() callback as appropriate.
1402 INDEX_TYPE_ALLOCATION, ia, ie, dirent, filldir);