Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-crypt.c966 struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out); in crypt_convert_block_aead() local
1008 sg_set_page(&dmreq->sg_out[2], bv_out.bv_page, cc->sector_size, bv_out.bv_offset); in crypt_convert_block_aead()
1062 struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out); in crypt_convert_block_skcipher() local
1096 sg_set_page(sg_out, bv_out.bv_page, cc->sector_size, bv_out.bv_offset); in crypt_convert_block_skcipher()