Searched refs:data_update (Results 1 – 6 of 6) sorted by relevance
/linux/fs/bcachefs/ |
H A D | data_update.h | 23 struct data_update { struct 33 void bch2_data_update_to_text(struct printbuf *, struct data_update *); argument 37 void bch2_data_update_read_done(struct data_update *, 46 void bch2_data_update_exit(struct data_update *); 49 struct data_update *,
|
H A D | data_update.c | 105 static void trace_move_extent_fail2(struct data_update *m, in trace_move_extent_fail2() 170 struct data_update *m = in __bch2_data_update_index_update() 171 container_of(op, struct data_update, op); in __bch2_data_update_index_update() 417 void bch2_data_update_read_done(struct data_update *m, in bch2_data_update_read_done() 429 void bch2_data_update_exit(struct data_update *update) in bch2_data_update_exit() 443 struct data_update *update) in bch2_update_unwritten_extent() 553 void bch2_data_update_to_text(struct printbuf *out, struct data_update *m) in bch2_data_update_to_text() 606 struct data_update *m, in bch2_data_update_init()
|
H A D | Makefile | 32 data_update.o \
|
H A D | move.c | 77 struct data_update write;
|
H A D | io_read.c | 82 struct data_update write;
|
H A D | trace.h | 1422 DEFINE_EVENT(fs_str, data_update,
|