Searched refs:moving_context (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | move.h | 14 struct moving_context { struct 80 void bch2_moving_ctxt_exit(struct moving_context *); 81 void bch2_moving_ctxt_init(struct moving_context *, struct bch_fs *, 84 struct moving_io *bch2_moving_ctxt_next_pending_write(struct moving_context *); 85 void bch2_moving_ctxt_do_pending_writes(struct moving_context *); 86 void bch2_moving_ctxt_flush_all(struct moving_context *); 87 void bch2_move_ctxt_wait_for_io(struct moving_context *); 88 int bch2_move_ratelimit(struct moving_context *); 118 int bch2_move_extent(struct moving_context *, 125 int __bch2_move_data(struct moving_context *, [all …]
|
| H A D | data_update.h | 10 struct moving_context; 45 struct moving_context *ctxt; 71 struct moving_context *,
|
| H A D | move.c | 82 struct moving_context *ctxt = io->write.ctxt; in move_free() 105 struct moving_context *ctxt = io->write.ctxt; in move_write_done() 129 struct moving_context *ctxt = io->write.ctxt; in move_write() 174 struct moving_context *ctxt = io->write.ctxt; in move_read_endio() 277 int bch2_move_extent(struct moving_context *ctxt, in bch2_move_extent() 487 int bch2_move_ratelimit(struct moving_context *ctxt) in bch2_move_ratelimit() 695 int __bch2_move_data(struct moving_context *ctxt, in __bch2_move_data() 733 struct moving_context ctxt; in bch2_move_data() 900 struct moving_context ctxt; in bch2_move_data_phys() 967 struct moving_context ctxt; in bch2_move_btree() [all …]
|
| H A D | movinggc.c | 110 static void move_buckets_wait(struct moving_context *ctxt, in move_buckets_wait() 148 static int bch2_copygc_get_buckets(struct moving_context *ctxt, in bch2_copygc_get_buckets() 206 static int bch2_copygc(struct moving_context *ctxt, in bch2_copygc() 340 struct moving_context ctxt; in bch2_copygc_thread()
|
| H A D | rebalance.c | 399 static int do_rebalance_extent(struct moving_context *ctxt, in do_rebalance_extent() 461 static int do_rebalance_scan(struct moving_context *ctxt, u64 inum, u64 cookie) in do_rebalance_scan() 509 static int do_rebalance(struct moving_context *ctxt) in do_rebalance() 580 struct moving_context ctxt; in bch2_rebalance_thread()
|
| H A D | data_update.c | 69 static bool bkey_nocow_lock(struct bch_fs *c, struct moving_context *ctxt, struct bkey_s_c k) in bkey_nocow_lock() 733 struct moving_context *ctxt, in bch2_data_update_init()
|