Searched refs:data_update (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | data_update.h | 38 struct data_update { struct 53 void bch2_data_update_to_text(struct printbuf *, struct data_update *); argument 54 void bch2_data_update_inflight_to_text(struct printbuf *, struct data_update *); 58 void bch2_data_update_read_done(struct data_update *); 66 int bch2_data_update_bios_init(struct data_update *, struct bch_fs *, 69 void bch2_data_update_exit(struct data_update *); 72 struct data_update *,
|
| H A D | data_update.c | 103 static noinline void trace_io_move_finish2(struct data_update *u, in trace_io_move_finish2() 127 static void trace_io_move_fail2(struct data_update *m, in trace_io_move_fail2() 187 struct data_update *m = in __bch2_data_update_index_update() 188 container_of(op, struct data_update, op); in __bch2_data_update_index_update() 446 void bch2_data_update_read_done(struct data_update *m) in bch2_data_update_read_done() 461 void bch2_data_update_exit(struct data_update *update) in bch2_data_update_exit() 478 struct data_update *update) in bch2_update_unwritten_extent() 658 int bch2_data_update_bios_init(struct data_update *m, struct bch_fs *c, in bch2_data_update_bios_init() 686 m->rbio.data_update = true; in bch2_data_update_bios_init() 693 static int can_write_extent(struct bch_fs *c, struct data_update *m) in can_write_extent() [all …]
|
| H A D | io_read.c | 91 struct data_update write; 111 return rbio->data_update in rbio_data_update() 112 ? container_of(rbio, struct data_update, rbio) in rbio_data_update() 118 struct data_update *u = rbio_data_update(orig); in ptr_being_rewritten() 353 if (rbio->data_update) in bch2_read_err_msg_trans() 439 struct data_update *u = container_of(rbio, struct data_update, rbio); in bch2_read_retry_nodecode() 517 int ret = rbio->data_update in bch2_rbio_retry() 533 if (rbio->data_update) in bch2_rbio_retry() 780 if (likely(!parent->data_update)) { in __bch2_read_endio() 950 struct data_update *u = rbio_data_update(orig); in __bch2_read_extent() [all …]
|
| H A D | Makefile | 32 data_update.o \
|
| H A D | io_read.h | 39 u16 data_update:1, member
|
| H A D | io_write.c | 448 struct data_update *u = container_of(op, struct data_update, op); in bch2_write_op_error()
|
| H A D | move.c | 77 struct data_update write;
|
| H A D | trace.h | 1466 DEFINE_EVENT(fs_str, data_update,
|