Lines Matching refs:cstart
463 unsigned int cstart, clen; in __ocfs2_resv_find_window() local
486 &cstart, &clen); in __ocfs2_resv_find_window()
497 resv->r_start = cstart; in __ocfs2_resv_find_window()
539 &cstart, &clen); in __ocfs2_resv_find_window()
542 best_start = cstart; in __ocfs2_resv_find_window()
588 gap_len, &cstart, &clen); in __ocfs2_resv_find_window()
591 best_start = cstart; in __ocfs2_resv_find_window()
595 best_start = cstart; in __ocfs2_resv_find_window()
714 int *cstart, int *clen) in ocfs2_resmap_resv_bits() argument
745 *cstart = resv->r_start; in ocfs2_resmap_resv_bits()
783 u32 cstart, u32 clen) in ocfs2_resmap_claimed_bits() argument
785 unsigned int cend = cstart + clen - 1; in ocfs2_resmap_claimed_bits()
793 BUG_ON(cstart != resv->r_start); in ocfs2_resmap_claimed_bits()
797 trace_ocfs2_resmap_claimed_bits_begin(cstart, cend, clen, resv->r_start, in ocfs2_resmap_claimed_bits()
802 BUG_ON(cstart < resv->r_start); in ocfs2_resmap_claimed_bits()
803 BUG_ON(cstart > ocfs2_resv_end(resv)); in ocfs2_resmap_claimed_bits()
806 ocfs2_adjust_resv_from_alloc(resmap, resv, cstart, cend); in ocfs2_resmap_claimed_bits()
807 resv->r_last_start = cstart; in ocfs2_resmap_claimed_bits()