Home
last modified time | relevance | path

Searched refs:hash_block_end (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-verity-target.c734 sector_t hash_block_end; in verity_prefetch_io() local
737 verity_hash_at_level(v, pw->block + pw->n_blocks - 1, i, &hash_block_end, NULL); in verity_prefetch_io()
750 hash_block_end |= cluster - 1; in verity_prefetch_io()
751 if (unlikely(hash_block_end >= v->hash_blocks)) in verity_prefetch_io()
752 hash_block_end = v->hash_blocks - 1; in verity_prefetch_io()
756 hash_block_end - hash_block_start + 1); in verity_prefetch_io()