Lines Matching refs:next
78 struct list_head *next; in get_next_positive_subdir() local
85 next = prev->d_child.next; in get_next_positive_subdir()
88 next = prev->d_subdirs.next; in get_next_positive_subdir()
92 if (next == &root->d_subdirs) { in get_next_positive_subdir()
99 q = list_entry(next, struct dentry, d_child); in get_next_positive_subdir()
105 next = q->d_child.next; in get_next_positive_subdir()
125 struct list_head *next; in get_next_positive_dentry() local
136 next = p->d_subdirs.next; in get_next_positive_dentry()
137 if (next == &p->d_subdirs) { in get_next_positive_dentry()
155 next = p->d_child.next; in get_next_positive_dentry()
157 if (next != &parent->d_subdirs) in get_next_positive_dentry()
161 ret = list_entry(next, struct dentry, d_child); in get_next_positive_dentry()
474 goto next; in autofs4_expire_indirect()
481 next: in autofs4_expire_indirect()