Lines Matching refs:cstart
467 unsigned int cstart, clen; in __ocfs2_resv_find_window() local
490 &cstart, &clen); in __ocfs2_resv_find_window()
501 resv->r_start = cstart; in __ocfs2_resv_find_window()
543 &cstart, &clen); in __ocfs2_resv_find_window()
546 best_start = cstart; in __ocfs2_resv_find_window()
592 gap_len, &cstart, &clen); in __ocfs2_resv_find_window()
595 best_start = cstart; in __ocfs2_resv_find_window()
599 best_start = cstart; in __ocfs2_resv_find_window()
718 int *cstart, int *clen) in ocfs2_resmap_resv_bits() argument
749 *cstart = resv->r_start; in ocfs2_resmap_resv_bits()
787 u32 cstart, u32 clen) in ocfs2_resmap_claimed_bits() argument
789 unsigned int cend = cstart + clen - 1; in ocfs2_resmap_claimed_bits()
797 BUG_ON(cstart != resv->r_start); in ocfs2_resmap_claimed_bits()
801 trace_ocfs2_resmap_claimed_bits_begin(cstart, cend, clen, resv->r_start, in ocfs2_resmap_claimed_bits()
806 BUG_ON(cstart < resv->r_start); in ocfs2_resmap_claimed_bits()
807 BUG_ON(cstart > ocfs2_resv_end(resv)); in ocfs2_resmap_claimed_bits()
810 ocfs2_adjust_resv_from_alloc(resmap, resv, cstart, cend); in ocfs2_resmap_claimed_bits()
811 resv->r_last_start = cstart; in ocfs2_resmap_claimed_bits()