Home
last modified time | relevance | path

Searched refs:bch2_rbio_error (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dio_read.c545 static void bch2_rbio_error(struct bch_read_bio *rbio, in bch2_rbio_error() function
589 bch2_rbio_error(rbio, -BCH_ERR_data_read_retry_io_err, bio->bi_status); in bch2_read_io_err()
676 bch2_rbio_error(rbio, -BCH_ERR_data_read_retry_csum_err, BLK_STS_IOERR); in bch2_read_csum_err()
696 bch2_rbio_error(rbio, -BCH_ERR_data_read_decompress_err, BLK_STS_IOERR); in bch2_read_decompress_err()
716 bch2_rbio_error(rbio, -BCH_ERR_data_read_decrypt_err, BLK_STS_IOERR); in bch2_read_decrypt_err()
760 bch2_rbio_error(rbio, -BCH_ERR_data_read_retry_csum_err_maybe_userspace, in __bch2_read_endio()
875 bch2_rbio_error(rbio, -BCH_ERR_data_read_ptr_stale_retry, BLK_STS_AGAIN); in bch2_read_endio()
877 bch2_rbio_error(rbio, -BCH_ERR_data_read_ptr_stale_race, BLK_STS_AGAIN); in bch2_read_endio()
1182 bch2_rbio_error(rbio, in __bch2_read_extent()
1210 bch2_rbio_error(rbio, -BCH_ERR_data_read_retry_ec_reconstruct_err, in __bch2_read_extent()