Searched refs:bch_submit_bbio (Results 1 – 6 of 6) sorted by relevance
/drivers/md/bcache/ |
D | movinggc.c | 126 bch_submit_bbio(bio, s->op.c, &io->w->key, 0); in read_moving_submit()
|
D | io.c | 298 void bch_submit_bbio(struct bio *bio, struct cache_set *c, in bch_submit_bbio() function
|
D | bcache.h | 1191 void bch_submit_bbio(struct bio *, struct cache_set *, struct bkey *, unsigned);
|
D | btree.c | 267 bch_submit_bbio(b->bio, b->c, &b->key, 0); in bch_btree_read() 346 bch_submit_bbio(b->bio, b->c, &k.key, 0); in do_btree_write() 354 bch_submit_bbio(b->bio, b->c, &k.key, 0); in do_btree_write()
|
D | request.c | 538 bch_submit_bbio(n, op->c, k, 0); in bch_insert_data_loop()
|
D | super.c | 359 bch_submit_bbio(bio, c, k, i); in uuid_io()
|