Lines Matching refs:region_count
226 unsigned int region_count;
376 unsigned int region_count;
403 region_count = dm_sector_div_up(ti->len, region_size);
416 lc->region_count = region_count;
422 bitset_size = dm_round_up(region_count, BITS_PER_LONG);
498 lc->sync_count = (sync == NOSYNC) ? region_count : 0;
614 for (i = lc->header.nr_regions; i < lc->region_count; i++)
618 for (i = lc->header.nr_regions; i < lc->region_count; i++)
623 for (i = lc->region_count; i % BITS_PER_LONG; i++)
633 lc->header.nr_regions = lc->region_count;
706 for (i = 0; i < lc->region_count; i++)
747 if (lc->sync_search >= lc->region_count)
752 lc->region_count,
756 if (*region >= lc->region_count)