Searched refs:bch2_rbio_error (Results 1 – 1 of 1) sorted by relevance
/linux/fs/bcachefs/ |
H A D | io_read.c | 672 static void bch2_rbio_error(struct bch_read_bio *rbio, in bch2_rbio_error() function 777 bch2_rbio_error(rbio, -BCH_ERR_data_read_decompress_err, BLK_STS_IOERR); in bch2_read_decompress_err() 797 bch2_rbio_error(rbio, -BCH_ERR_data_read_decrypt_err, BLK_STS_IOERR); in bch2_read_decrypt_err() 841 bch2_rbio_error(rbio, -BCH_ERR_data_read_retry_csum_err_maybe_userspace, in __bch2_read_endio() 921 bch2_rbio_error(rbio, -BCH_ERR_data_read_retry_csum_err, BLK_STS_IOERR); in __bch2_read_endio() 947 bch2_rbio_error(rbio, -BCH_ERR_data_read_retry_io_err, bio->bi_status); in bch2_read_endio() 956 bch2_rbio_error(rbio, -BCH_ERR_data_read_ptr_stale_retry, BLK_STS_AGAIN); in bch2_read_endio() 958 bch2_rbio_error(rbio, -BCH_ERR_data_read_ptr_stale_race, BLK_STS_AGAIN); in bch2_read_endio() 1273 bch2_rbio_error(rbio, in __bch2_read_extent() 1301 bch2_rbio_error(rbi in __bch2_read_extent() [all...] |