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()263 struct bio *src_bio, *enc_bio; in blk_crypto_fallback_encrypt_bio() local286 if (!enc_bio) { in blk_crypto_fallback_encrypt_bio()349 enc_bio->bi_private = src_bio; in blk_crypto_fallback_encrypt_bio()351 *bio_ptr = enc_bio; in blk_crypto_fallback_encrypt_bio()354 enc_bio = NULL; in blk_crypto_fallback_encrypt_bio()366 if (enc_bio) in blk_crypto_fallback_encrypt_bio()367 bio_uninit(enc_bio); in blk_crypto_fallback_encrypt_bio()[all …]