Lines Matching defs:dirent
816 struct cached_dirent *dirent;
819 list_for_each_entry(dirent, &cde->entries, entry) {
824 if (ctx->pos > dirent->pos)
827 * We recorded the current ->pos value for the dirent
833 * ->pos of the current dirent we emit from the cache.
838 ctx->pos = dirent->pos;
839 rc = dir_emit(ctx, dirent->name, dirent->namelen,
840 dirent->fattr.cf_uniqueid,
841 dirent->fattr.cf_dtype);