Searched refs:moving_context (Results 1 – 5 of 5) sorted by relevance
/linux/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 | 9 struct moving_context; 28 struct moving_context *ctxt; 48 struct moving_context *,
|
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() 325 struct moving_context ctxt; in bch2_copygc_thread()
|
H A D | rebalance.c | 394 static int do_rebalance_extent(struct moving_context *ctxt, in do_rebalance_extent() 456 static int do_rebalance_scan(struct moving_context *ctxt, u64 inum, u64 cookie) in do_rebalance_scan() 504 static int do_rebalance(struct moving_context *ctxt) in do_rebalance() 575 struct moving_context ctxt; in bch2_rebalance_thread()
|
H A D | data_update.c | 60 static bool bkey_nocow_lock(struct bch_fs *c, struct moving_context *ctxt, struct bkey_s_c k) in bkey_nocow_lock() 622 struct moving_context *ctxt, in bch2_data_update_init()
|