Searched refs:hash_dev_block_bits (Results 1 – 3 of 3) sorted by relevance
215 *offset = idx << (v->hash_dev_block_bits - v->hash_per_block_bits); in verity_hash_at_level()321 data, 1 << v->hash_dev_block_bits, in verity_verify_level()811 1 << v->hash_dev_block_bits, in verity_status()1245 v->hash_dev_block_bits = __ffs(num); in verity_ctr()1263 (sector_t)(num_ll << (v->hash_dev_block_bits - SECTOR_SHIFT)) in verity_ctr()1264 >> (v->hash_dev_block_bits - SECTOR_SHIFT) != num_ll) { in verity_ctr()1296 if ((1 << v->hash_dev_block_bits) < v->digest_size * 2) { in verity_ctr()1356 __fls((1 << v->hash_dev_block_bits) / v->digest_size); in verity_ctr()1388 1 << v->hash_dev_block_bits, 1, sizeof(struct buffer_aux), in verity_ctr()
51 unsigned char hash_dev_block_bits; /* log2(hash blocksize) */ member
705 if (v->data_dev_block_bits != v->hash_dev_block_bits) { in verity_fec_ctr()
Completed in 22 milliseconds