Searched refs:bch2_rbio_error (Results 1 – 1 of 1) sorted by relevance
/linux/fs/bcachefs/ |
H A D | io_read.c | 503 static void bch2_rbio_error(struct bch_read_bio *rbio, int retry, in bch2_rbio_error() function 542 bch2_rbio_error(rbio, READ_RETRY_AVOID, bio->bi_status); in bch2_read_io_err() 631 bch2_rbio_error(rbio, READ_RETRY_AVOID, BLK_STS_IOERR); in bch2_read_csum_err() 651 bch2_rbio_error(rbio, READ_ERR, BLK_STS_IOERR); in bch2_read_decompress_err() 671 bch2_rbio_error(rbio, READ_ERR, BLK_STS_IOERR); in bch2_read_decrypt_err() 777 bch2_rbio_error(rbio, READ_RETRY, BLK_STS_IOERR); in __bch2_read_endio() 818 bch2_rbio_error(rbio, READ_RETRY, BLK_STS_AGAIN); in bch2_read_endio() 820 bch2_rbio_error(rbio, READ_ERR, BLK_STS_AGAIN); in bch2_read_endio() 1129 bch2_rbio_error(rbio, READ_RETRY_AVOID, BLK_STS_IOERR); in __bch2_read_extent() 1155 bch2_rbio_error(rbio, READ_RETRY_AVOID, BLK_STS_IOERR); in __bch2_read_extent()
|