Searched refs:enc_bio (Results 1 – 1 of 1) sorted by relevance
144 static void blk_crypto_fallback_encrypt_endio(struct bio *enc_bio) in blk_crypto_fallback_encrypt_endio() argument146 struct bio *src_bio = enc_bio->bi_private; in blk_crypto_fallback_encrypt_endio()149 for (i = 0; i < enc_bio->bi_vcnt; i++) in blk_crypto_fallback_encrypt_endio()150 mempool_free(enc_bio->bi_io_vec[i].bv_page, in blk_crypto_fallback_encrypt_endio()153 src_bio->bi_status = enc_bio->bi_status; in blk_crypto_fallback_encrypt_endio()155 bio_uninit(enc_bio); in blk_crypto_fallback_encrypt_endio()156 kfree(enc_bio); in blk_crypto_fallback_encrypt_endio()264 struct bio *src_bio, *enc_bio; in blk_crypto_fallback_encrypt_bio() local286 enc_bio = blk_crypto_fallback_clone_bio(src_bio); in blk_crypto_fallback_encrypt_bio()287 if (!enc_bio) { in blk_crypto_fallback_encrypt_bio()[all …]