Lines Matching defs:moving_context
14 struct moving_context { struct
15 struct btree_trans *trans;
16 struct list_head list;
17 void *fn;
19 struct bch_ratelimit *rate;
20 struct bch_move_stats *stats;
21 struct write_point_specifier wp;
22 bool wait_on_copygc;
23 bool write_error;
26 struct closure cl;
28 struct mutex lock;
29 struct list_head reads;
30 struct list_head ios;
33 atomic_t read_sectors;
34 atomic_t write_sectors;
35 atomic_t read_ios;
36 atomic_t write_ios;
38 wait_queue_head_t wait;