Searched refs:blk_st (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dopenprom.h21 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-master/arch/m68k/include/asm/
H A Dopenprom.h29 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);
/linux-master/block/
H A Dblk-crypto-fallback.c275 blk_status_t blk_st; local
296 blk_st = blk_crypto_get_keyslot(blk_crypto_fallback_profile,
298 if (blk_st != BLK_STS_OK) {
299 src_bio->bi_status = blk_st;
393 blk_status_t blk_st; local
399 blk_st = blk_crypto_get_keyslot(blk_crypto_fallback_profile,
401 if (blk_st != BLK_STS_OK) {
402 bio->bi_status = blk_st;

Completed in 141 milliseconds