Lines Matching refs:end
506 static void build_key(dm_oblock_t begin, dm_oblock_t end, struct dm_cell_key_v2 *key)
511 key->block_end = from_oblock(end);
582 dm_oblock_t end = to_oblock(from_oblock(oblock) + 1ULL);
587 build_key(oblock, end, &key);
1281 * But the cache block has since been overwritten, so it'll end
2643 * the end of the origin device. We don't cache these.
3182 * Defines a range of cblocks, begin to (end - 1) are in the range. end is
3183 * the one-past-the-end value.
3187 dm_cblock_t end;
3194 * ii) A begin and end cblock with a dash between, eg. 123-234
3212 result->end = to_cblock(e);
3225 result->end = to_cblock(from_cblock(result->begin) + 1u);
3236 uint64_t e = from_cblock(range->end);
3246 DMERR("%s: end cblock out of range: %llu > %llu",
3275 while (range->begin != range->end) {
3310 * Pass begin and end origin blocks to the worker and wake it.
3324 * "invalidate_cblocks [(<begin>)|(<begin>-<end>)]*