Searched refs:bch2_rbio_error (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | io_read.c | 483 static void bch2_rbio_error(struct bch_read_bio *rbio, int retry, in bch2_rbio_error() function 667 bch2_rbio_error(rbio, READ_RETRY, BLK_STS_IOERR); in __bch2_read_endio() 685 bch2_rbio_error(rbio, READ_RETRY_AVOID, BLK_STS_IOERR); in __bch2_read_endio() 691 bch2_rbio_error(rbio, READ_ERR, BLK_STS_IOERR); in __bch2_read_endio() 697 bch2_rbio_error(rbio, READ_ERR, BLK_STS_IOERR); in __bch2_read_endio() 727 bch2_rbio_error(rbio, READ_RETRY_AVOID, bio->bi_status); in bch2_read_endio() 736 bch2_rbio_error(rbio, READ_RETRY, BLK_STS_AGAIN); in bch2_read_endio() 738 bch2_rbio_error(rbio, READ_ERR, BLK_STS_AGAIN); in bch2_read_endio() 1070 bch2_rbio_error(rbio, READ_RETRY_AVOID, BLK_STS_IOERR); in __bch2_read_extent() 1096 bch2_rbio_error(rbio, READ_RETRY_AVOID, BLK_STS_IOERR); in __bch2_read_extent()
|