Searched refs:bch_cache_set_error (Results 1 – 4 of 4) sorted by relevance
/drivers/md/bcache/ |
D | bcache.h | 787 if (bch_cache_set_error((b)->c, __VA_ARGS__)) \ 793 if (bch_cache_set_error(c, __VA_ARGS__)) \ 812 bch_cache_set_error(c, __VA_ARGS__); \ 899 bool bch_cache_set_error(struct cache_set *, const char *, ...);
|
D | io.c | 200 bch_cache_set_error(ca->set, in bch_count_io_errors()
|
D | btree.c | 275 bch_cache_set_error(b->c, "%s at bucket %zu, block %u, %u keys", in bch_btree_node_read_done() 321 bch_cache_set_error(b->c, "io error reading bucket %zu", in bch_btree_node_read()
|
D | super.c | 1323 bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...) in bch_cache_set_error() function 1735 bch_cache_set_error(c, "%s", err); in run_cache_set()
|