Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/bcache/
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()
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()
1327 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in flash_dev_submit_bio()
1329 closure_call(&s->iop.cl, cache_lookup, NULL, cl); in flash_dev_submit_bio()
Dwriteback.c567 closure_call(&io->cl, read_dirty_submit, NULL, &cl); in read_dirty()
Djournal.c844 closure_call(cl, journal_write_unlocked, NULL, &c->cl); in journal_try_write()
/linux-6.12.1/include/linux/
Dclosure.h427 static inline void closure_call(struct closure *cl, closure_fn fn, in closure_call() function
/linux-6.12.1/fs/bcachefs/
Dfs-io-direct.c532 closure_call(&dio->op.cl, bch2_write, NULL, NULL); in bch2_dio_write_loop()
Ddata_update.c426 closure_call(&m->op.cl, bch2_write, NULL, NULL); in bch2_data_update_read_done()
Dfs-io-buffered.c449 closure_call(&io->op.cl, bch2_write, NULL, NULL); in bch2_writepage_do_io()
Djournal.c201 closure_call(&w->io, bch2_journal_write, j->wq, NULL); in bch2_journal_do_writes()
Djournal_io.c1212 closure_call(&ca->journal.read, in bch2_journal_read()