Lines Matching refs:next_resv
461 struct ocfs2_alloc_reservation *prev_resv, *next_resv; in __ocfs2_resv_find_window() local
523 next_resv = rb_entry(next, struct ocfs2_alloc_reservation, in __ocfs2_resv_find_window()
530 if (next_resv->r_start <= goal) { in __ocfs2_resv_find_window()
532 goal, next_resv->r_start, next_resv->r_len); in __ocfs2_resv_find_window()
538 next_resv->r_start - goal, in __ocfs2_resv_find_window()
547 prev_resv = next_resv; in __ocfs2_resv_find_window()
548 next_resv = NULL; in __ocfs2_resv_find_window()
560 next_resv = rb_entry(next, in __ocfs2_resv_find_window()
565 gap_end = next_resv->r_start - 1; in __ocfs2_resv_find_window()
578 trace_ocfs2_resv_find_window_next(next ? next_resv->r_start: -1, in __ocfs2_resv_find_window()
579 next ? ocfs2_resv_end(next_resv) : -1); in __ocfs2_resv_find_window()
585 goto next_resv; in __ocfs2_resv_find_window()
598 next_resv: in __ocfs2_resv_find_window()