Searched refs:blk_st (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-crypto-fallback.c | 274 blk_status_t blk_st; in blk_crypto_fallback_encrypt_bio() local 295 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() local 397 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()
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/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);
|