Searched refs:closure_call (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/md/bcache/ |
D | movinggc.c | 110 closure_call(&op->cl, bch_data_insert, NULL, cl); in write_moving() 172 closure_call(&io->cl, read_moving_submit, NULL, &cl); in read_moving()
|
D | closure.h | 369 static inline void closure_call(struct closure *cl, closure_fn fn, in closure_call() function
|
D | request.c | 840 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_read_done() 943 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in cached_dev_read() 1038 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_write() 1327 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in flash_dev_make_request() 1329 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in flash_dev_make_request()
|
D | writeback.c | 476 closure_call(&io->cl, read_dirty_submit, NULL, &cl); in read_dirty()
|
D | journal.c | 704 closure_call(cl, journal_write_unlocked, NULL, &c->cl); in journal_try_write()
|