Lines Matching refs:region_count
223 unsigned int region_count;
371 unsigned int region_count;
399 region_count = dm_sector_div_up(ti->len, region_size);
412 lc->region_count = region_count;
418 bitset_size = dm_round_up(region_count, BITS_PER_LONG);
495 lc->sync_count = (sync == NOSYNC) ? region_count : 0;
609 for (i = lc->header.nr_regions; i < lc->region_count; i++)
613 for (i = lc->header.nr_regions; i < lc->region_count; i++)
618 for (i = lc->region_count; i % BITS_PER_LONG; i++)
628 lc->header.nr_regions = lc->region_count;
697 for (i = 0; i < lc->region_count; i++)
736 if (lc->sync_search >= lc->region_count)
741 lc->region_count,
745 if (*region >= lc->region_count)