Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-verity-target.c170 *offset = idx << (v->hash_dev_block_bits - v->hash_per_block_bits); in verity_hash_at_level()
296 r = verity_hash(v, io, data, 1 << v->hash_dev_block_bits, in verity_verify_level()
860 1 << v->hash_dev_block_bits, in verity_status()
1329 if ((1 << v->hash_dev_block_bits) < v->digest_size * 2) { in verity_setup_hash_alg()
1504 v->hash_dev_block_bits = __ffs(num); in verity_ctr()
1522 (sector_t)(num_ll << (v->hash_dev_block_bits - SECTOR_SHIFT)) in verity_ctr()
1523 >> (v->hash_dev_block_bits - SECTOR_SHIFT) != num_ll) { in verity_ctr()
1581 __fls((1 << v->hash_dev_block_bits) / v->digest_size); in verity_ctr()
1627 1 << v->hash_dev_block_bits, 1, sizeof(struct buffer_aux), in verity_ctr()
H A Ddm-verity-fec.c657 if (v->data_dev_block_bits != v->hash_dev_block_bits) { in verity_fec_ctr()