Lines Matching refs:start
647 unsigned long start, unsigned long nr_regions)
654 bit = find_next_zero_bit(cmd->region_map, cmd->nr_regions, start);
656 return (bit >= (start + nr_regions));
665 unsigned long start)
667 return find_next_zero_bit(cmd->region_map, cmd->nr_regions, start);
881 int dm_clone_cond_set_range(struct dm_clone_metadata *cmd, unsigned long start,
888 if (unlikely(start >= cmd->nr_regions || (start + nr_regions) < start ||
889 (start + nr_regions) > cmd->nr_regions)) {
890 DMERR("Invalid region range: start %lu, nr_regions %lu (total number of regions %lu)",
891 start, nr_regions, cmd->nr_regions);
903 for (region_nr = start; region_nr < (start + nr_regions); region_nr++) {