Searched refs:bch_count_io_errors (Results 1 – 4 of 4) sorted by relevance
/drivers/md/bcache/ |
D | io.c | 308 void bch_count_io_errors(struct cache *ca, int error, const char *m) in bch_count_io_errors() function 386 bch_count_io_errors(ca, error, m); in bch_bbio_count_io_errors()
|
D | writeback.c | 289 bch_count_io_errors(PTR_CACHE(io->dc->disk.c, &w->key, 0), in read_dirty_endio()
|
D | bcache.h | 1181 void bch_count_io_errors(struct cache *, int, const char *);
|
D | super.c | 292 bch_count_io_errors(ca, error, "writing superblock"); in write_super_endio()
|