Lines Matching refs:cstart
401 * *cstart and *clen will also be populated with the result.
467 unsigned int cstart, clen;
490 &cstart, &clen);
501 resv->r_start = cstart;
543 &cstart, &clen);
546 best_start = cstart;
592 gap_len, &cstart, &clen);
595 best_start = cstart;
599 best_start = cstart;
718 int *cstart, int *clen)
749 *cstart = resv->r_start;
787 u32 cstart, u32 clen)
789 unsigned int cend = cstart + clen - 1;
797 BUG_ON(cstart != resv->r_start);
801 trace_ocfs2_resmap_claimed_bits_begin(cstart, cend, clen, resv->r_start,
806 BUG_ON(cstart < resv->r_start);
807 BUG_ON(cstart > ocfs2_resv_end(resv));
810 ocfs2_adjust_resv_from_alloc(resmap, resv, cstart, cend);
811 resv->r_last_start = cstart;