Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dextents.c192 bool have_csum_errors = false, have_io_errors = false, have_missing_devs = false; in bch2_bkey_pick_read_device() local
240 have_io_errors |= f->failed_io; in bch2_bkey_pick_read_device()
241 have_io_errors |= f->failed_btree_validate; in bch2_bkey_pick_read_device()
242 have_io_errors |= f->failed_ec; in bch2_bkey_pick_read_device()
292 if (have_io_errors) in bch2_bkey_pick_read_device()