Searched refs:blk_st (Results 1 – 1 of 1) sorted by relevance
274 blk_status_t blk_st; in blk_crypto_fallback_encrypt_bio() local295 blk_st = blk_ksm_get_slot_for_key(&blk_crypto_ksm, bc->bc_key, &slot); in blk_crypto_fallback_encrypt_bio()296 if (blk_st != BLK_STS_OK) { in blk_crypto_fallback_encrypt_bio()297 src_bio->bi_status = blk_st; in blk_crypto_fallback_encrypt_bio()391 blk_status_t blk_st; in blk_crypto_fallback_decrypt_bio() local397 blk_st = blk_ksm_get_slot_for_key(&blk_crypto_ksm, bc->bc_key, &slot); in blk_crypto_fallback_decrypt_bio()398 if (blk_st != BLK_STS_OK) { in blk_crypto_fallback_decrypt_bio()399 bio->bi_status = blk_st; in blk_crypto_fallback_decrypt_bio()