Lines Matching defs:end
116 unsigned int end = ocfs2_resv_end(resv);
118 while (start <= end) {
418 /* Search reached end of the region */
472 * - need to make sure we don't go past end of bitmap
571 * window and the end of the bitmap will work.
755 unsigned int start, unsigned int end)
760 BUG_ON(start != resv->r_start || old_end < end);
765 if (old_end == end) {
770 rhs = old_end - end;
777 resv->r_start = end + 1;