Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Ddata_update.h38 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 Ddata_update.c103 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 Dio_read.c91 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 DMakefile32 data_update.o \
H A Dio_read.h39 u16 data_update:1, member
H A Dio_write.c448 struct data_update *u = container_of(op, struct data_update, op); in bch2_write_op_error()
H A Dmove.c77 struct data_update write;
H A Dtrace.h1466 DEFINE_EVENT(fs_str, data_update,