Lines Matching refs:next
76 struct writeout_fn_node *next;
89 struct flush_fn_node *next;
424 new_node->next = NULL;
429 writeout_fn_tail->next = new_node;
439 curr = curr->next;
446 writeout_fn_head = writeout_fn_head->next;
456 new_node->next = NULL;
461 flush_fn_tail->next = new_node;
471 curr = curr->next;
478 flush_fn_head = flush_fn_head->next;