Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-verity-fec.c209 if (unlikely(block >= v->fec->hash_blocks)) in fec_read_bufs()
595 u64 hash_blocks; in verity_fec_ctr() local
618 hash_blocks = v->hash_end - v->hash_start; in verity_fec_ctr()
649 if (f->blocks < v->data_blocks + hash_blocks || !f->region_blocks) { in verity_fec_ctr()
658 f->hash_blocks = f->blocks - v->data_blocks; in verity_fec_ctr()
660 v->hash_start + f->hash_blocks) { in verity_fec_ctr()
H A Ddm-verity-fec.h36 sector_t hash_blocks; /* blocks covered after v->hash_start */ member