Lines Matching defs:next
109 while ((p = p->next) != &dentry->d_subdirs) {
192 struct dentry *next = NULL;
205 while ((next = scan_positives(cursor, p, 1, next)) != NULL) {
206 if (!dir_emit(ctx, next->d_name.name, next->d_name.len,
207 d_inode(next)->i_ino, dt_type(d_inode(next))))
210 p = &next->d_child;
213 if (next)
214 list_move_tail(&cursor->d_child, &next->d_child);
218 dput(next);
251 while ((p = p->next) != &parent->d_subdirs) {