prev_resv         362 fs/ocfs2/reservations.c 	struct ocfs2_alloc_reservation *prev_resv = NULL;
prev_resv         379 fs/ocfs2/reservations.c 			resv = prev_resv;
prev_resv         383 fs/ocfs2/reservations.c 		prev_resv = resv;
prev_resv         468 fs/ocfs2/reservations.c 	struct ocfs2_alloc_reservation *prev_resv, *next_resv;
prev_resv         511 fs/ocfs2/reservations.c 	prev_resv = ocfs2_find_resv_lhs(resmap, goal);
prev_resv         513 fs/ocfs2/reservations.c 	if (prev_resv == NULL) {
prev_resv         554 fs/ocfs2/reservations.c 		prev_resv = next_resv;
prev_resv         558 fs/ocfs2/reservations.c 	trace_ocfs2_resv_find_window_prev(prev_resv->r_start,
prev_resv         559 fs/ocfs2/reservations.c 					  ocfs2_resv_end(prev_resv));
prev_resv         561 fs/ocfs2/reservations.c 	prev = &prev_resv->r_node;
prev_resv         571 fs/ocfs2/reservations.c 			gap_start = ocfs2_resv_end(prev_resv) + 1;
prev_resv         580 fs/ocfs2/reservations.c 			gap_start = ocfs2_resv_end(prev_resv) + 1;
prev_resv         610 fs/ocfs2/reservations.c 		prev_resv = rb_entry(prev, struct ocfs2_alloc_reservation,