Home
last modified time | relevance | path

Searched refs:closure_call (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/md/bcache/
Dmovinggc.c113 closure_call(&op->cl, bch_data_insert, NULL, cl); in write_moving()
175 closure_call(&io->cl, read_moving_submit, NULL, &cl); in read_moving()
Drequest.c762 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_read_done()
861 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in cached_dev_read()
941 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_write()
1110 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in flash_dev_make_request()
1112 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in flash_dev_make_request()
Dclosure.h375 static inline void closure_call(struct closure *cl, closure_fn fn, in closure_call() function
Dwriteback.c268 closure_call(&io->cl, read_dirty_submit, NULL, &cl); in read_dirty()
Djournal.c674 closure_call(cl, journal_write_unlocked, NULL, &c->cl); in journal_try_write()