Lines Matching refs:next_resv
465 struct ocfs2_alloc_reservation *prev_resv, *next_resv;
527 next_resv = rb_entry(next, struct ocfs2_alloc_reservation,
534 if (next_resv->r_start <= goal) {
535 mlog(ML_ERROR, "goal: %u next_resv: start %u len %u\n",
536 goal, next_resv->r_start, next_resv->r_len);
542 next_resv->r_start - goal,
551 prev_resv = next_resv;
552 next_resv = NULL;
564 next_resv = rb_entry(next,
569 gap_end = next_resv->r_start - 1;
582 trace_ocfs2_resv_find_window_next(next ? next_resv->r_start: -1,
583 next ? ocfs2_resv_end(next_resv) : -1);
589 goto next_resv;
602 next_resv: