Searched refs:moving_io (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/md/bcache/ |
D | movinggc.c | 15 struct moving_io { struct 40 struct moving_io *io = container_of(cl, struct moving_io, cl); in moving_io_destructor() argument 47 struct moving_io *io = container_of(cl, struct moving_io, cl); in write_moving_finish() 65 struct moving_io *io = container_of(bio->bi_private, in read_moving_endio() 66 struct moving_io, cl); in read_moving_endio() 78 static void moving_init(struct moving_io *io) in moving_init() 94 struct moving_io *io = container_of(cl, struct moving_io, cl); in write_moving() 118 struct moving_io *io = container_of(cl, struct moving_io, cl); in read_moving_submit() 129 struct moving_io *io; in read_moving() 148 io = kzalloc(sizeof(struct moving_io) + sizeof(struct bio_vec) in read_moving()
|