Home
last modified time | relevance | path

Searched refs:data_update_opts (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Ddata_update.h12 struct data_update_opts { struct
25 struct bch_io_opts *, struct data_update_opts *); argument
44 struct data_update_opts data_opts;
64 struct data_update_opts *);
74 struct bch_io_opts *, struct data_update_opts,
76 void bch2_data_update_opts_normalize(struct bkey_s_c, struct data_update_opts *);
H A Dmove.h76 struct bch_io_opts *, struct data_update_opts *);
123 struct data_update_opts);
141 struct data_update_opts);
H A Dmove.c43 struct data_update_opts *data_opts) in trace_io_move2()
282 struct data_update_opts data_opts) in bch2_move_extent()
575 struct data_update_opts data_opts; in bch2_move_data_btree()
839 struct data_update_opts data_opts = {}; in __bch2_move_data_phys()
917 struct data_update_opts data_opts;
922 struct data_update_opts *data_opts) in evacuate_bucket_pred()
943 struct data_update_opts data_opts) in bch2_evacuate_bucket()
957 struct data_update_opts *);
972 struct data_update_opts data_opts; in bch2_move_btree()
1068 struct data_update_opts *data_opts) in migrate_pred()
[all …]
H A Drebalance.c329 struct data_update_opts *data_opts) in next_rebalance_extent()
406 struct data_update_opts data_opts; in do_rebalance_extent()
453 struct data_update_opts *data_opts) in rebalance_pred()
H A Ddata_update.c563 struct data_update_opts *data_opts) in bch2_data_update_opts_to_text()
619 struct data_update_opts *data_opts) in bch2_extent_drop_ptrs()
737 struct data_update_opts data_opts, in bch2_data_update_init()
914 void bch2_data_update_opts_normalize(struct bkey_s_c k, struct data_update_opts *opts) in bch2_data_update_opts_normalize()
H A Dmovinggc.c212 struct data_update_opts data_opts = { in bch2_copygc()
H A Dio_read.c216 struct data_update_opts update_opts = { .write_flags = BCH_WRITE_alloc_nowait }; in __promote_alloc()