ocfs2_resv_end     94 fs/ocfs2/reservations.c 		     ocfs2_resv_end(resv), resv->r_len, resv->r_last_start,
ocfs2_resv_end    107 fs/ocfs2/reservations.c 		     ocfs2_resv_end(resv), resv->r_len, resv->r_last_start,
ocfs2_resv_end    121 fs/ocfs2/reservations.c 	unsigned int end = ocfs2_resv_end(resv);
ocfs2_resv_end    159 fs/ocfs2/reservations.c 		if (resv->r_start > ocfs2_resv_end(resv)) {
ocfs2_resv_end    165 fs/ocfs2/reservations.c 		if (ocfs2_resv_end(resv) >= resmap->m_bitmap_len) {
ocfs2_resv_end    174 fs/ocfs2/reservations.c 		off = ocfs2_resv_end(resv);
ocfs2_resv_end    330 fs/ocfs2/reservations.c 			BUG_ON(ocfs2_resv_end(new) >= tmp->r_start);
ocfs2_resv_end    331 fs/ocfs2/reservations.c 		} else if (new->r_start > ocfs2_resv_end(tmp)) {
ocfs2_resv_end    374 fs/ocfs2/reservations.c 		if (resv->r_start <= goal && ocfs2_resv_end(resv) >= goal)
ocfs2_resv_end    481 fs/ocfs2/reservations.c 	trace_ocfs2_resv_find_window_begin(resv->r_start, ocfs2_resv_end(resv),
ocfs2_resv_end    559 fs/ocfs2/reservations.c 					  ocfs2_resv_end(prev_resv));
ocfs2_resv_end    571 fs/ocfs2/reservations.c 			gap_start = ocfs2_resv_end(prev_resv) + 1;
ocfs2_resv_end    580 fs/ocfs2/reservations.c 			gap_start = ocfs2_resv_end(prev_resv) + 1;
ocfs2_resv_end    586 fs/ocfs2/reservations.c 					next ? ocfs2_resv_end(next_resv) : -1);
ocfs2_resv_end    647 fs/ocfs2/reservations.c 					   ocfs2_resv_end(lru_resv));
ocfs2_resv_end    672 fs/ocfs2/reservations.c 		resv->r_start = ocfs2_resv_end(lru_resv) + 1;
ocfs2_resv_end    676 fs/ocfs2/reservations.c 	trace_ocfs2_cannibalize_resv_end(resv->r_start, ocfs2_resv_end(resv),
ocfs2_resv_end    765 fs/ocfs2/reservations.c 	unsigned int old_end = ocfs2_resv_end(resv);
ocfs2_resv_end    805 fs/ocfs2/reservations.c 					      ocfs2_resv_end(resv), resv->r_len,
ocfs2_resv_end    810 fs/ocfs2/reservations.c 	BUG_ON(cstart > ocfs2_resv_end(resv));
ocfs2_resv_end    811 fs/ocfs2/reservations.c 	BUG_ON(cend > ocfs2_resv_end(resv));
ocfs2_resv_end    824 fs/ocfs2/reservations.c 	trace_ocfs2_resmap_claimed_bits_end(resv->r_start, ocfs2_resv_end(resv),