Lines Matching refs:next
425 /* move start to the next bit to test */
462 struct rb_node *prev, *next;
522 next = rb_first(root);
523 next_resv = rb_entry(next, struct ocfs2_alloc_reservation,
558 next = rb_next(prev);
559 if (next) {
560 next_resv = rb_entry(next,
578 trace_ocfs2_resv_find_window_next(next ? next_resv->r_start: -1,
579 next ? ocfs2_resv_end(next_resv) : -1);
599 if (!next)
602 prev = next;