Lines Matching refs:next
11 struct orangefs_dir_part *next;
141 if (part->next)
142 part = part->next;
148 new->next = NULL;
154 part->next = new;
205 * should find the next entry.
221 goto next;
224 goto next;
235 next:
251 while (part->next && count) {
253 part = part->next;
272 * The part ran out of data. Move to the next
276 part = part->next;
293 struct orangefs_dir_part *next = part->next;
295 part = next;
390 struct orangefs_dir_part *next = part->next;
392 part = next;