Searched refs:hash_block (Results 1 – 1 of 1) sorted by relevance
194 sector_t *hash_block, unsigned *offset) in verity_hash_at_level() argument199 *hash_block = v->hash_level_block[level] + (position >> v->hash_per_block_bits); in verity_hash_at_level()284 sector_t hash_block; in verity_verify_level() local287 verity_hash_at_level(v, block, level, &hash_block, &offset); in verity_verify_level()289 data = dm_bufio_read(v->bufio, hash_block, &buf); in verity_verify_level()312 hash_block, data, NULL) == 0) in verity_verify_level()316 hash_block)) { in verity_verify_level()
Completed in 4 milliseconds