Searched refs:bch_bio_map (Results 1 – 9 of 9) sorted by relevance
/drivers/md/bcache/ |
D | util.c | 245 void bch_bio_map(struct bio *bio, void *base) in bch_bio_map() function
|
D | debug.c | 56 bch_bio_map(bio, sorted); in bch_btree_verify()
|
D | movinggc.c | 89 bch_bio_map(bio, NULL); in moving_init()
|
D | journal.c | 62 bch_bio_map(bio, data); in journal_read_bucket() 635 bch_bio_map(bio, w->data); in journal_write_unlocked()
|
D | request.c | 748 bch_bio_map(s->iop.bio, NULL); in cached_dev_read_done() 839 bch_bio_map(cache_bio, NULL); in cached_dev_cache_miss()
|
D | writeback.c | 118 bch_bio_map(bio, NULL); in dirty_init()
|
D | util.h | 567 void bch_bio_map(struct bio *bio, void *base);
|
D | btree.c | 302 bch_bio_map(bio, b->keys.set[0].data); in bch_btree_node_read() 397 bch_bio_map(b->bio, i); in do_btree_node_write() 432 bch_bio_map(b->bio, i); in do_btree_node_write()
|
D | super.c | 216 bch_bio_map(bio, NULL); in __write_super() 356 bch_bio_map(bio, c->uuids); in uuid_io() 516 bch_bio_map(bio, ca->disk_buckets); in prio_io()
|