Searched refs:hash_block (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-verity-target.c | 156 sector_t *hash_block, unsigned int *offset) in verity_hash_at_level() argument 161 *hash_block = v->hash_level_block[level] + (position >> v->hash_per_block_bits); in verity_hash_at_level() 250 sector_t hash_block; in verity_verify_level() local 254 verity_hash_at_level(v, block, level, &hash_block, &offset); in verity_verify_level() 257 data = dm_bufio_get(v->bufio, hash_block, &buf); in verity_verify_level() 267 data = dm_bufio_read_with_ioprio(v->bufio, hash_block, in verity_verify_level() 275 data = dm_bufio_new(v->bufio, hash_block, &buf); in verity_verify_level() 279 want_digest, hash_block, data) == 0) { in verity_verify_level() 285 dm_bufio_forget(v->bufio, hash_block); in verity_verify_level() 314 want_digest, hash_block, data) == 0) in verity_verify_level() [all …]
|