Lines Matching refs:cstart
397 * *cstart and *clen will also be populated with the result.
463 unsigned int cstart, clen;
486 &cstart, &clen);
497 resv->r_start = cstart;
539 &cstart, &clen);
542 best_start = cstart;
588 gap_len, &cstart, &clen);
591 best_start = cstart;
595 best_start = cstart;
714 int *cstart, int *clen)
745 *cstart = resv->r_start;
783 u32 cstart, u32 clen)
785 unsigned int cend = cstart + clen - 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);
803 BUG_ON(cstart > ocfs2_resv_end(resv));
806 ocfs2_adjust_resv_from_alloc(resmap, resv, cstart, cend);
807 resv->r_last_start = cstart;