Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-crypto-fallback.c153 src_bio->bi_status = enc_bio->bi_status; in blk_crypto_fallback_encrypt_endio()
157 bio_endio(src_bio); in blk_crypto_fallback_encrypt_endio()
263 struct bio *src_bio, *enc_bio; in blk_crypto_fallback_encrypt_bio() local
280 src_bio = *bio_ptr; in blk_crypto_fallback_encrypt_bio()
281 bc = src_bio->bi_crypt_context; in blk_crypto_fallback_encrypt_bio()
287 src_bio->bi_status = BLK_STS_RESOURCE; in blk_crypto_fallback_encrypt_bio()
298 src_bio->bi_status = blk_st; in blk_crypto_fallback_encrypt_bio()
304 src_bio->bi_status = BLK_STS_RESOURCE; in blk_crypto_fallback_encrypt_bio()
325 src_bio->bi_status = BLK_STS_RESOURCE; in blk_crypto_fallback_encrypt_bio()
340 src_bio->bi_status = BLK_STS_IOERR; in blk_crypto_fallback_encrypt_bio()
[all …]