Lines Matching refs:data_update
103 static inline struct data_update *rbio_data_update(struct bch_read_bio *rbio) in rbio_data_update()
107 return rbio->data_update in rbio_data_update()
108 ? container_of(rbio, struct data_update, rbio) in rbio_data_update()
114 struct data_update *u = rbio_data_update(orig); in ptr_being_rewritten()
381 if (rbio->data_update) in bch2_read_err_msg_trans()
497 struct data_update *u = rbio_data_update(rbio); in maybe_poison_extent()
541 struct data_update *u = container_of(rbio, struct data_update, rbio); in bch2_read_retry_nodecode()
626 int ret = rbio->data_update in bch2_rbio_retry()
643 if (rbio->data_update) in bch2_rbio_retry()
861 if (likely(!parent->data_update)) { in __bch2_read_endio()
1031 struct data_update *u = rbio_data_update(orig); in __bch2_read_extent()
1049 !orig->data_update) in __bch2_read_extent()
1370 EBUG_ON(rbio->data_update); in __bch2_read()