Lines Matching refs:r_start

57 		return resv->r_start + resv->r_len - 1;
58 return resv->r_start;
88 "\tlast_len: %u\n", resv->r_start,
101 "last_start: %u\tlast_len: %u\n", i, resv->r_start,
115 unsigned int start = resv->r_start;
142 if (i > 0 && resv->r_start <= off) {
154 if (resv->r_start > ocfs2_resv_end(resv)) {
226 resv->r_start = 0;
309 trace_ocfs2_resv_insert(new->r_start, new->r_len);
316 if (new->r_start < tmp->r_start) {
323 BUG_ON(ocfs2_resv_end(new) >= tmp->r_start);
324 } else if (new->r_start > ocfs2_resv_end(tmp)) {
367 if (resv->r_start <= goal && ocfs2_resv_end(resv) >= goal)
371 if (resv->r_start > goal) {
474 trace_ocfs2_resv_find_window_begin(resv->r_start, ocfs2_resv_end(resv),
497 resv->r_start = cstart;
530 if (next_resv->r_start <= goal) {
532 goal, next_resv->r_start, next_resv->r_len);
538 next_resv->r_start - goal,
551 trace_ocfs2_resv_find_window_prev(prev_resv->r_start,
565 gap_end = next_resv->r_start - 1;
578 trace_ocfs2_resv_find_window_next(next ? next_resv->r_start: -1,
609 resv->r_start = best_start;
638 trace_ocfs2_cannibalize_resv_begin(lru_resv->r_start,
652 resv->r_start = lru_resv->r_start;
665 resv->r_start = ocfs2_resv_end(lru_resv) + 1;
669 trace_ocfs2_cannibalize_resv_end(resv->r_start, ocfs2_resv_end(resv),
740 trace_ocfs2_resmap_resv_bits(resv->r_start, resv->r_len);
745 *cstart = resv->r_start;
760 BUG_ON(start != resv->r_start || old_end < end);
777 resv->r_start = end + 1;
778 resv->r_len = old_end - resv->r_start + 1;
793 BUG_ON(cstart != resv->r_start);
797 trace_ocfs2_resmap_claimed_bits_begin(cstart, cend, clen, resv->r_start,
802 BUG_ON(cstart < resv->r_start);
817 trace_ocfs2_resmap_claimed_bits_end(resv->r_start, ocfs2_resv_end(resv),