Symbol: ocfs2_resv_end
fs/ocfs2/reservations.c
102
ocfs2_resv_end(resv), resv->r_len, resv->r_last_start,
fs/ocfs2/reservations.c
116
unsigned int end = ocfs2_resv_end(resv);
fs/ocfs2/reservations.c
154
if (resv->r_start > ocfs2_resv_end(resv)) {
fs/ocfs2/reservations.c
160
if (ocfs2_resv_end(resv) >= resmap->m_bitmap_len) {
fs/ocfs2/reservations.c
169
off = ocfs2_resv_end(resv);
fs/ocfs2/reservations.c
323
BUG_ON(ocfs2_resv_end(new) >= tmp->r_start);
fs/ocfs2/reservations.c
324
} else if (new->r_start > ocfs2_resv_end(tmp)) {
fs/ocfs2/reservations.c
367
if (resv->r_start <= goal && ocfs2_resv_end(resv) >= goal)
fs/ocfs2/reservations.c
474
trace_ocfs2_resv_find_window_begin(resv->r_start, ocfs2_resv_end(resv),
fs/ocfs2/reservations.c
552
ocfs2_resv_end(prev_resv));
fs/ocfs2/reservations.c
564
gap_start = ocfs2_resv_end(prev_resv) + 1;
fs/ocfs2/reservations.c
573
gap_start = ocfs2_resv_end(prev_resv) + 1;
fs/ocfs2/reservations.c
579
next ? ocfs2_resv_end(next_resv) : -1);
fs/ocfs2/reservations.c
640
ocfs2_resv_end(lru_resv));
fs/ocfs2/reservations.c
665
resv->r_start = ocfs2_resv_end(lru_resv) + 1;
fs/ocfs2/reservations.c
669
trace_ocfs2_cannibalize_resv_end(resv->r_start, ocfs2_resv_end(resv),
fs/ocfs2/reservations.c
758
unsigned int old_end = ocfs2_resv_end(resv);
fs/ocfs2/reservations.c
798
ocfs2_resv_end(resv), resv->r_len,
fs/ocfs2/reservations.c
803
BUG_ON(cstart > ocfs2_resv_end(resv));
fs/ocfs2/reservations.c
804
BUG_ON(cend > ocfs2_resv_end(resv));
fs/ocfs2/reservations.c
817
trace_ocfs2_resmap_claimed_bits_end(resv->r_start, ocfs2_resv_end(resv),
fs/ocfs2/reservations.c
89
ocfs2_resv_end(resv), resv->r_len, resv->r_last_start,