Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dio_read.c324 #define READ_RETRY_AVOID 1 macro
463 if (rbio->retry == READ_RETRY_AVOID) in bch2_rbio_retry()
685 bch2_rbio_error(rbio, READ_RETRY_AVOID, BLK_STS_IOERR); in __bch2_read_endio()
727 bch2_rbio_error(rbio, READ_RETRY_AVOID, bio->bi_status); 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()
1115 if (ret == READ_RETRY_AVOID) { in __bch2_read_extent()
1227 ret != READ_RETRY_AVOID) in __bch2_read()