Lines Matching refs:next
11 struct orangefs_dir_part *next; member
141 if (part->next) in parse_readdir()
142 part = part->next; in parse_readdir()
148 new->next = NULL; in parse_readdir()
154 part->next = new; in parse_readdir()
220 goto next; in fill_from_part()
223 goto next; in fill_from_part()
234 next: in fill_from_part()
248 while (part->next && count) { in orangefs_dir_fill()
250 part = part->next; in orangefs_dir_fill()
273 part = part->next; in orangefs_dir_fill()
290 struct orangefs_dir_part *next = part->next; in orangefs_dir_llseek() local
292 part = next; in orangefs_dir_llseek()
382 struct orangefs_dir_part *next = part->next; in orangefs_dir_release() local
384 part = next; in orangefs_dir_release()