Lines Matching defs:offset
1023 unsigned long offset,
1034 offset = dm_clone_find_next_unhydrated_region(clone->cmd, offset);
1035 if (offset == nr_regions)
1038 bucket = get_hash_table_bucket(clone, offset);
1041 if (!dm_clone_is_region_hydrated(clone->cmd, offset) &&
1042 !__hash_find(bucket, offset)) {
1043 hydration_init(hd, offset);
1050 return (offset + 1);
1055 } while (++offset < nr_regions);
1060 return offset;
1070 unsigned long offset, nr_regions = clone->nr_regions;
1098 offset = clone->hydration_offset;
1102 offset < nr_regions) {
1109 offset = __start_next_hydration(clone, offset, &batch);
1115 if (offset >= nr_regions)
1116 offset = 0;
1118 clone->hydration_offset = offset;