Searched refs:blk_st (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/block/ |
D | blk-crypto-fallback.c | 272 blk_status_t blk_st; in blk_crypto_fallback_encrypt_bio() local 293 blk_st = blk_ksm_get_slot_for_key(&blk_crypto_ksm, bc->bc_key, &slot); in blk_crypto_fallback_encrypt_bio() 294 if (blk_st != BLK_STS_OK) { in blk_crypto_fallback_encrypt_bio() 295 src_bio->bi_status = blk_st; in blk_crypto_fallback_encrypt_bio() 389 blk_status_t blk_st; in blk_crypto_fallback_decrypt_bio() local 395 blk_st = blk_ksm_get_slot_for_key(&blk_crypto_ksm, bc->bc_key, &slot); in blk_crypto_fallback_decrypt_bio() 396 if (blk_st != BLK_STS_OK) { in blk_crypto_fallback_decrypt_bio() 397 bio->bi_status = blk_st; in blk_crypto_fallback_decrypt_bio()
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | openprom.h | 21 int (*v0_rdblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); 22 int (*v0_wrblkdev)(int dev_desc, int num_blks, int blk_st, char *buf);
|
/Linux-v5.10/arch/m68k/include/asm/ |
D | openprom.h | 29 int (*v0_rdblkdev)(int dev_desc, int num_blks, int blk_st, char *buf); 30 int (*v0_wrblkdev)(int dev_desc, int num_blks, int blk_st, char *buf);
|