Lines Matching refs:moving_io
65 struct moving_io { struct
82 static void move_free(struct moving_io *io) in move_free() argument
101 struct moving_io *io = container_of(op, struct moving_io, write.op); in move_write_done()
113 static void move_write(struct moving_io *io) in move_write()
136 struct moving_io *bch2_moving_ctxt_next_pending_write(struct moving_context *ctxt) in bch2_moving_ctxt_next_pending_write()
138 struct moving_io *io = in bch2_moving_ctxt_next_pending_write()
139 list_first_entry_or_null(&ctxt->reads, struct moving_io, read_list); in bch2_moving_ctxt_next_pending_write()
146 struct moving_io *io = container_of(bio, struct moving_io, rbio.bio); in move_read_endio()
159 struct moving_io *io; in bch2_moving_ctxt_do_pending_writes()
253 struct moving_io *io; in bch2_move_extent()
284 io = kzalloc(sizeof(struct moving_io) + in bch2_move_extent()
1140 struct moving_io *io; in bch2_moving_ctxt_to_text()