Searched refs:data_update (Results 1 – 8 of 8) sorted by relevance
| /fs/bcachefs/ |
| A D | data_update.h | 38 struct data_update { struct 64 struct data_update write; argument 68 void bch2_data_update_to_text(struct printbuf *, struct data_update *); 69 void bch2_data_update_inflight_to_text(struct printbuf *, struct data_update *); 73 void bch2_data_update_read_done(struct data_update *); 81 int bch2_data_update_bios_init(struct data_update *, struct bch_fs *, 84 void bch2_data_update_exit(struct data_update *); 87 struct data_update *,
|
| A D | data_update.c | 113 static void trace_io_move_finish2(struct data_update *u, in trace_io_move_finish2() 138 static void trace_io_move_fail2(struct data_update *m, in trace_io_move_fail2() 194 static void trace_data_update2(struct data_update *m, in trace_data_update2() 213 static void trace_io_move_created_rebalance2(struct data_update *m, in trace_io_move_created_rebalance2() 236 static int data_update_invalid_bkey(struct data_update *m, in data_update_invalid_bkey() 267 struct data_update *m = container_of(op, struct data_update, op); in __bch2_data_update_index_update() 505 void bch2_data_update_read_done(struct data_update *m) in bch2_data_update_read_done() 520 void bch2_data_update_exit(struct data_update *update) in bch2_data_update_exit() 538 struct data_update *update) in bch2_update_unwritten_extent() 750 m->rbio.data_update = true; in __bch2_data_update_bios_init() [all …]
|
| A D | io_read.c | 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() 1049 !orig->data_update) in __bch2_read_extent() [all …]
|
| A D | Makefile | 32 data_update.o \
|
| A D | io_read.h | 40 u16 data_update:1, member
|
| A D | io_write.c | 453 struct data_update *u = container_of(op, struct data_update, op); in bch2_write_op_error()
|
| A D | move.c | 121 struct data_update write;
|
| A D | trace.h | 1395 DEFINE_EVENT(fs_str, data_update,
|
Completed in 25 milliseconds