Home
last modified time | relevance | path

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

/drivers/md/
A Ddm-verity-fec.c250 if (unlikely(block >= v->fec->hash_blocks)) in fec_read_bufs()
666 u64 hash_blocks, fec_blocks; in verity_fec_ctr() local
689 hash_blocks = v->hash_blocks - v->hash_start; in verity_fec_ctr()
719 if (f->blocks < v->data_blocks + hash_blocks || !f->rounds) { in verity_fec_ctr()
728 f->hash_blocks = f->blocks - v->data_blocks; in verity_fec_ctr()
729 if (dm_bufio_get_device_size(v->bufio) < f->hash_blocks) { in verity_fec_ctr()
A Ddm-verity.h54 sector_t hash_blocks; /* the number of hash blocks */ member
A Ddm-verity-fec.h43 sector_t hash_blocks; /* blocks covered after v->hash_start */ member
A Ddm-verity-target.c665 if (unlikely(hash_block_end >= v->hash_blocks)) in verity_prefetch_io()
666 hash_block_end = v->hash_blocks - 1; in verity_prefetch_io()
1510 v->hash_blocks = hash_position; in verity_ctr()
1537 if (dm_bufio_get_device_size(v->bufio) < v->hash_blocks) { in verity_ctr()

Completed in 10 milliseconds