Lines Matching defs:next
366 new_entry->next = NULL;
389 dir_xattr_last->next = new_entry;
426 struct file_spec *next; /* next association in hash bucket chain */
454 for (prevfl = &fl_head[h], fl = fl_head[h].next; fl;
455 prevfl = fl, fl = fl->next) {
505 fl->next = prevfl->next;
506 prevfl->next = fl;
542 for (fl = fl_head[h].next; fl; fl = fl->next)
573 fl = fl_head[h].next;
576 fl = fl->next;
581 fl_head[h].next = NULL;
826 struct dir_hash_node *next;
871 (*new_node)->next = NULL;
1012 state->current->next = new_node;
1382 current = current->next;
1405 struct dir_hash_node *next = current->next;
1409 current = next;
1561 struct dir_xattr *current, *next;
1654 next = current->next;
1658 current = next;