Lines Matching defs:next
1366 struct rb_node *next;
1376 next = rb_next(&node->node);
1377 if (unlikely(!next))
1380 next_node = container_of(next, struct journal_node, node);
1386 struct rb_node *next;
1392 next = rb_next(&node->node);
1393 if (unlikely(!next))
1396 next_node = container_of(next, struct journal_node, node);
2498 struct bio *next = flushes->bi_next;
2502 flushes = next;
3366 ic->reboot_notifier.next = NULL;
3703 pl[i - 1].next = &pl[i];
3706 pl[i].next = NULL;