Searched refs:moving_io (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/md/bcache/ |
D | movinggc.c | 14 struct moving_io { struct 39 struct moving_io *io = container_of(cl, struct moving_io, cl); in moving_io_destructor() argument 45 struct moving_io *io = container_of(cl, struct moving_io, cl); in write_moving_finish() 66 struct moving_io *io = container_of(bio->bi_private, in read_moving_endio() 67 struct moving_io, cl); in read_moving_endio() 79 static void moving_init(struct moving_io *io) in moving_init() 97 struct moving_io *io = container_of(cl, struct moving_io, cl); in write_moving() 121 struct moving_io *io = container_of(cl, struct moving_io, cl); in read_moving_submit() 132 struct moving_io *io; in read_moving() 151 io = kzalloc(sizeof(struct moving_io) + sizeof(struct bio_vec) in read_moving()
|