Lines Matching defs:end
575 static void build_key(dm_oblock_t begin, dm_oblock_t end, struct dm_cell_key_v2 *key)
580 key->block_end = from_oblock(end);
648 dm_oblock_t end = to_oblock(from_oblock(oblock) + 1ULL);
653 build_key(oblock, end, &key);
1345 * But the cache block has since been overwritten, so it'll end
2694 * the end of the origin device. We don't cache these.
3214 * Defines a range of cblocks, begin to (end - 1) are in the range. end is
3215 * the one-past-the-end value.
3219 dm_cblock_t end;
3226 * ii) A begin and end cblock with a dash between, eg. 123-234
3244 result->end = to_cblock(e);
3257 result->end = to_cblock(from_cblock(result->begin) + 1u);
3268 uint64_t e = from_cblock(range->end);
3278 DMERR("%s: end cblock out of range: %llu > %llu",
3307 while (range->begin != range->end) {
3342 * Pass begin and end origin blocks to the worker and wake it.
3356 * "invalidate_cblocks [(<begin>)|(<begin>-<end>)]*