Home
last modified time | relevance | path

Searched refs:next_resv (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dreservations.c476 struct ocfs2_alloc_reservation *prev_resv, *next_resv; in __ocfs2_resv_find_window() local
538 next_resv = rb_entry(next, struct ocfs2_alloc_reservation, in __ocfs2_resv_find_window()
545 if (next_resv->r_start <= goal) { in __ocfs2_resv_find_window()
547 goal, next_resv->r_start, next_resv->r_len); in __ocfs2_resv_find_window()
553 next_resv->r_start - goal, in __ocfs2_resv_find_window()
562 prev_resv = next_resv; in __ocfs2_resv_find_window()
563 next_resv = NULL; in __ocfs2_resv_find_window()
575 next_resv = rb_entry(next, in __ocfs2_resv_find_window()
580 gap_end = next_resv->r_start - 1; in __ocfs2_resv_find_window()
593 trace_ocfs2_resv_find_window_next(next ? next_resv->r_start: -1, in __ocfs2_resv_find_window()
[all …]