Searched refs:next_resv (Results 1 – 1 of 1) sorted by relevance
463 struct ocfs2_alloc_reservation *prev_resv, *next_resv; in __ocfs2_resv_find_window() local532 if (next_resv->r_start <= goal) { in __ocfs2_resv_find_window()534 goal, next_resv->r_start, next_resv->r_len); in __ocfs2_resv_find_window()540 next_resv->r_start - goal, in __ocfs2_resv_find_window()549 prev_resv = next_resv; in __ocfs2_resv_find_window()550 next_resv = NULL; in __ocfs2_resv_find_window()562 next_resv = rb_entry(next, in __ocfs2_resv_find_window()567 gap_end = next_resv->r_start - 1; in __ocfs2_resv_find_window()581 next ? ocfs2_resv_end(next_resv) : -1); in __ocfs2_resv_find_window()587 goto next_resv; in __ocfs2_resv_find_window()[all …]
Completed in 4 milliseconds