Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dmovinggc.c110 closure_call(&op->cl, bch_data_insert, NULL, cl); in CLOSURE_CALLBACK()
172 closure_call(&io->cl, read_moving_submit, NULL, &cl); in read_moving()
H A Drequest.c869 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in CLOSURE_CALLBACK()
966 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in cached_dev_read()
1061 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_write()
1314 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in flash_dev_submit_bio()
1316 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in flash_dev_submit_bio()
H A Dwriteback.c567 closure_call(&io->cl, read_dirty_submit, NULL, &cl); in read_dirty()
H A Djournal.c767 closure_call(cl, journal_write_unlocked, NULL, &c->cl); in journal_try_write()
/linux/include/linux/
H A Dclosure.h427 static inline void closure_call(struct closure *cl, closure_fn fn, in closure_call() function