Lines Matching refs:cl
16 struct closure cl; member
40 closure_type(io, struct moving_io, cl); in CLOSURE_CALLBACK()
47 closure_type(io, struct moving_io, cl); in CLOSURE_CALLBACK()
59 closure_return_with_destructor(cl, moving_io_destructor); in CLOSURE_CALLBACK()
66 struct moving_io, cl); in read_moving_endio()
88 bio->bi_private = &io->cl; in moving_init()
94 closure_type(io, struct moving_io, cl); in CLOSURE_CALLBACK()
110 closure_call(&op->cl, bch_data_insert, NULL, cl); in CLOSURE_CALLBACK()
113 continue_at(cl, write_moving_finish, op->wq); in CLOSURE_CALLBACK()
118 closure_type(io, struct moving_io, cl); in CLOSURE_CALLBACK()
123 continue_at(cl, write_moving, io->op.wq); in CLOSURE_CALLBACK()
131 struct closure cl; in read_moving() local
133 closure_init_stack(&cl); in read_moving()
172 closure_call(&io->cl, read_moving_submit, NULL, &cl); in read_moving()
182 closure_sync(&cl); in read_moving()