Lines Matching defs:next
429 /* move start to the next bit to test */
466 struct rb_node *prev, *next;
526 next = rb_first(root);
527 next_resv = rb_entry(next, struct ocfs2_alloc_reservation,
562 next = rb_next(prev);
563 if (next) {
564 next_resv = rb_entry(next,
582 trace_ocfs2_resv_find_window_next(next ? next_resv->r_start: -1,
583 next ? ocfs2_resv_end(next_resv) : -1);
603 if (!next)
606 prev = next;