Lines Matching defs:next
181 struct list_head *next;188 next = this_parent->d_subdirs.next;190 while (next != &this_parent->d_subdirs) {191 struct list_head *tmp = next;193 next = tmp->next;222 next = child->d_child.next;223 if (next == &this_parent->d_subdirs)225 child = list_entry(next, struct dentry, d_child);