Home
last modified time | relevance | path

Searched refs:bch_data_insert (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/md/bcache/
H A Drequest.h37 void bch_data_insert(struct closure *cl);
H A Drequest.c308 void bch_data_insert(struct closure *cl) in bch_data_insert() function
855 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_read_done()
1047 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in cached_dev_write()
1313 closure_call(&s->iop.cl, bch_data_insert, NULL, cl); in flash_dev_submit_bio()
H A Dmovinggc.c110 closure_call(&op->cl, bch_data_insert, NULL, cl); in write_moving()