Lines Matching refs:closure
28 static void bch_data_insert_start(struct closure *cl);
58 static void bch_data_insert_keys(struct closure *cl) in bch_data_insert_keys()
120 static void bch_data_invalidate(struct closure *cl) in bch_data_invalidate()
151 static void bch_data_insert_error(struct closure *cl) in bch_data_insert_error()
183 struct closure *cl = bio->bi_private; in bch_data_insert_endio()
199 static void bch_data_insert_start(struct closure *cl) in bch_data_insert_start()
320 void bch_data_insert(struct closure *cl) in bch_data_insert()
468 struct closure cl;
490 struct closure *cl = bio->bi_private; in bch_cache_read_endio()
580 static void cache_lookup(struct closure *cl) in cache_lookup()
625 struct closure *cl = bio->bi_private; in request_endio()
641 struct closure *cl = bio->bi_private; in backing_request_endio()
704 static void search_free(struct closure *cl) in search_free()
753 static void cached_dev_bio_complete(struct closure *cl) in cached_dev_bio_complete()
764 static void cached_dev_cache_miss_done(struct closure *cl) in cached_dev_cache_miss_done()
777 static void cached_dev_read_error(struct closure *cl) in cached_dev_read_error()
805 static void cached_dev_read_done(struct closure *cl) in cached_dev_read_done()
846 static void cached_dev_read_done_bh(struct closure *cl) in cached_dev_read_done_bh()
941 struct closure *cl = &s->cl; in cached_dev_read()
949 static void cached_dev_write_complete(struct closure *cl) in cached_dev_write_complete()
960 struct closure *cl = &s->cl; in cached_dev_write()
1042 static void cached_dev_nodata(struct closure *cl) in cached_dev_nodata()
1278 static void flash_dev_nodata(struct closure *cl) in flash_dev_nodata()
1292 struct closure *cl; in flash_dev_make_request()