Searched refs:bch_submit_bbio (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/md/bcache/ |
D | io.c | 144 void bch_submit_bbio(struct bio *bio, struct cache_set *c, in bch_submit_bbio() function
|
D | movinggc.c | 124 bch_submit_bbio(bio, io->op.c, &io->w->key, 0); in read_moving_submit()
|
D | bcache.h | 878 void bch_submit_bbio(struct bio *, struct cache_set *, struct bkey *, unsigned);
|
D | btree.c | 305 bch_submit_bbio(bio, b->c, &b->key, 0); in bch_btree_node_read() 432 bch_submit_bbio(b->bio, b->c, &k.key, 0); in do_btree_node_write() 439 bch_submit_bbio(b->bio, b->c, &k.key, 0); in do_btree_node_write()
|
D | request.c | 252 bch_submit_bbio(n, op->c, k, 0); in bch_data_insert_start()
|
D | super.c | 381 bch_submit_bbio(bio, c, k, i); in uuid_io()
|