Lines Matching defs:entry
60 the to-be-removed entry and can therefore not invalidate
113 struct dirent *entry;
131 d->entry = NULL;
157 d->entry = NULL;
165 if (!d->entry) {
166 d->entry = readdir(d->dp);
167 if (!d->entry)
174 res = fstatat(dirfd(d->dp), d->entry->d_name, &st,
182 st.st_ino = d->entry->d_ino;
183 st.st_mode = d->entry->d_type << 12;
193 if (filler(buf, d->entry->d_name, &st, nextoff, fill_flags))
196 d->entry = NULL;