Searched refs:blk_st (Results 1 – 3 of 3) sorted by relevance
/linux/block/ |
H A D | blk-crypto-fallback.c | 275 blk_status_t blk_st; in blk_crypto_fallback_encrypt_bio() local 296 blk_st = blk_crypto_get_keyslot(blk_crypto_fallback_profile, in blk_crypto_fallback_encrypt_bio() 298 if (blk_st != BLK_STS_OK) { in blk_crypto_fallback_encrypt_bio() 299 src_bio->bi_status = blk_st; in blk_crypto_fallback_encrypt_bio() 393 blk_status_t blk_st; in blk_crypto_fallback_decrypt_bio() local 399 blk_st = blk_crypto_get_keyslot(blk_crypto_fallback_profile, in blk_crypto_fallback_decrypt_bio() 401 if (blk_st != BLK_STS_OK) { in blk_crypto_fallback_decrypt_bio() 402 bio->bi_status = blk_st; in blk_crypto_fallback_decrypt_bio()
|
/linux/arch/sparc/include/asm/ |
H A 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/arch/m68k/include/asm/ |
H A 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);
|