Lines Matching refs:cl
52 static void bch_bio_submit_split_done(struct closure *cl) in bch_bio_submit_split_done() argument
54 struct bio_split_hook *s = container_of(cl, struct bio_split_hook, cl); in bch_bio_submit_split_done()
60 closure_debug_destroy(&s->cl); in bch_bio_submit_split_done()
66 struct closure *cl = bio->bi_private; in bch_bio_submit_split_endio() local
67 struct bio_split_hook *s = container_of(cl, struct bio_split_hook, cl); in bch_bio_submit_split_endio()
73 closure_put(cl); in bch_bio_submit_split_endio()
88 closure_init(&s->cl, NULL); in bch_generic_make_request()
101 n->bi_private = &s->cl; in bch_generic_make_request()
103 closure_get(&s->cl); in bch_generic_make_request()
107 continue_at(&s->cl, bch_bio_submit_split_done, NULL); in bch_generic_make_request()
238 struct closure *cl = bio->bi_private; in bch_bbio_endio() local
242 closure_put(cl); in bch_bbio_endio()