Lines Matching refs:bch2_rbio_error
672 static void bch2_rbio_error(struct bch_read_bio *rbio,
777 bch2_rbio_error(rbio, -BCH_ERR_data_read_decompress_err, BLK_STS_IOERR);
797 bch2_rbio_error(rbio, -BCH_ERR_data_read_decrypt_err, BLK_STS_IOERR);
841 bch2_rbio_error(rbio, -BCH_ERR_data_read_retry_csum_err_maybe_userspace,
921 bch2_rbio_error(rbio, -BCH_ERR_data_read_retry_csum_err, BLK_STS_IOERR);
947 bch2_rbio_error(rbio, -BCH_ERR_data_read_retry_io_err, bio->bi_status);
956 bch2_rbio_error(rbio, -BCH_ERR_data_read_ptr_stale_retry, BLK_STS_AGAIN);
958 bch2_rbio_error(rbio, -BCH_ERR_data_read_ptr_stale_race, BLK_STS_AGAIN);
1273 bch2_rbio_error(rbio,
1301 bch2_rbio_error(rbio, -BCH_ERR_data_read_retry_ec_reconstruct_err,