Searched refs:verity_for_bv_block (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm-verity.h | 123 extern int verity_for_bv_block(struct dm_verity *v, struct dm_verity_io *io,
|
H A D | dm-verity-target.c | 451 int verity_for_bv_block(struct dm_verity *v, struct dm_verity_io *io, in verity_for_bv_block() function 531 r = verity_for_bv_block(v, io, &start, verity_recheck_copy); in verity_recheck() 607 r = verity_for_bv_block(v, io, iter, in verity_verify_io()
|
H A D | dm-verity-fec.c | 491 r = verity_for_bv_block(v, io, iter, fec_bv_copy); in verity_fec_decode()
|