Home
last modified time | relevance | path

Searched refs:hash_end (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/
H A Ddm-verity.h57 sector_t hash_end; /* 1 + index of last hash block on hash dev */ member
H A Ddm-verity-target.c736 if (unlikely(hash_block_end >= v->hash_end)) in verity_prefetch_io()
737 hash_block_end = v->hash_end - 1; in verity_prefetch_io()
1604 v->hash_end = hash_position; in verity_ctr()
1631 if (dm_bufio_get_device_size(v->bufio) < v->hash_end) { in verity_ctr()
H A Ddm-verity-fec.c618 hash_blocks = v->hash_end - v->hash_start; in verity_fec_ctr()