Lines Matching refs:cstart
478 unsigned int cstart, clen; in __ocfs2_resv_find_window() local
501 &cstart, &clen); in __ocfs2_resv_find_window()
512 resv->r_start = cstart; in __ocfs2_resv_find_window()
554 &cstart, &clen); in __ocfs2_resv_find_window()
557 best_start = cstart; in __ocfs2_resv_find_window()
603 gap_len, &cstart, &clen); in __ocfs2_resv_find_window()
606 best_start = cstart; in __ocfs2_resv_find_window()
610 best_start = cstart; in __ocfs2_resv_find_window()
729 int *cstart, int *clen) in ocfs2_resmap_resv_bits() argument
760 *cstart = resv->r_start; in ocfs2_resmap_resv_bits()
798 u32 cstart, u32 clen) in ocfs2_resmap_claimed_bits() argument
800 unsigned int cend = cstart + clen - 1; in ocfs2_resmap_claimed_bits()
808 BUG_ON(cstart != resv->r_start); in ocfs2_resmap_claimed_bits()
812 trace_ocfs2_resmap_claimed_bits_begin(cstart, cend, clen, resv->r_start, in ocfs2_resmap_claimed_bits()
817 BUG_ON(cstart < resv->r_start); in ocfs2_resmap_claimed_bits()
818 BUG_ON(cstart > ocfs2_resv_end(resv)); in ocfs2_resmap_claimed_bits()
821 ocfs2_adjust_resv_from_alloc(resmap, resv, cstart, cend); in ocfs2_resmap_claimed_bits()
822 resv->r_last_start = cstart; in ocfs2_resmap_claimed_bits()