Searched refs:enc_bio (Results 1 – 1 of 1) sorted by relevance
149 for (i = 0; i < enc_bio->bi_vcnt; i++) 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() local287 if (!enc_bio) { in blk_crypto_fallback_encrypt_bio()350 enc_bio->bi_private = src_bio; in blk_crypto_fallback_encrypt_bio()352 *bio_ptr = enc_bio; in blk_crypto_fallback_encrypt_bio()355 enc_bio = NULL; in blk_crypto_fallback_encrypt_bio()367 if (enc_bio) in blk_crypto_fallback_encrypt_bio()368 bio_uninit(enc_bio); in blk_crypto_fallback_encrypt_bio()[all …]