Lines Matching defs:begin
575 static void build_key(dm_oblock_t begin, dm_oblock_t end, struct dm_cell_key_v2 *key)
579 key->block_begin = from_oblock(begin);
3214 * Defines a range of cblocks, begin to (end - 1) are in the range. end is
3218 dm_cblock_t begin;
3226 * ii) A begin and end cblock with a dash between, eg. 123-234
3243 result->begin = to_cblock(b);
3256 result->begin = to_cblock(b);
3257 result->end = to_cblock(from_cblock(result->begin) + 1u);
3267 uint64_t b = from_cblock(range->begin);
3272 DMERR("%s: begin cblock out of range: %llu >= %llu",
3307 while (range->begin != range->end) {
3308 r = invalidate_cblock(cache, range->begin);
3312 range->begin = cblock_succ(range->begin);
3342 * Pass begin and end origin blocks to the worker and wake it.
3356 * "invalidate_cblocks [(<begin>)|(<begin>-<end>)]*