Searched refs:bch_bbio_endio (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/md/bcache/ |
D | io.c | 235 void bch_bbio_endio(struct cache_set *c, struct bio *bio, in bch_bbio_endio() function
|
D | movinggc.c | 76 bch_bbio_endio(io->op.c, bio, error, "reading data to move"); in read_moving_endio()
|
D | bcache.h | 872 void bch_bbio_endio(struct cache_set *, struct bio *, int, const char *);
|
D | request.c | 188 bch_bbio_endio(op->c, bio, error, "writing data to cache"); in bch_data_insert_endio() 495 bch_bbio_endio(s->iop.c, bio, error, "reading from cache"); in bch_cache_read_endio()
|