Home
last modified time | relevance | path

Searched refs:bch2_data_update_opts_to_text (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Ddata_update.h24 void bch2_data_update_opts_to_text(struct printbuf *, struct bch_fs *,
H A Ddata_update.c162 bch2_data_update_opts_to_text(&buf, c, &m->op.opts, &m->data_opts); in trace_io_move_fail2()
561 void bch2_data_update_opts_to_text(struct printbuf *out, struct bch_fs *c, in bch2_data_update_opts_to_text() function
597 bch2_data_update_opts_to_text(out, m->op.c, &m->op.opts, &m->data_opts); in bch2_data_update_to_text()
609 bch2_data_update_opts_to_text(out, m->op.c, &m->op.opts, &m->data_opts); in bch2_data_update_inflight_to_text()
H A Dmove.c50 bch2_data_update_opts_to_text(&buf, c, io_opts, data_opts); in trace_io_move2()