Searched refs:bch_cache_set_error (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/md/bcache/ |
| H A D | bcache.h | 868 if (bch_cache_set_error((b)->c, __VA_ARGS__)) \ 874 if (bch_cache_set_error(c, __VA_ARGS__)) \ 893 bch_cache_set_error(c, __VA_ARGS__); \ 1007 bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...);
|
| H A D | btree.c | 230 bch_cache_set_error(b->c, "%s at bucket %zu, block %u, %u keys", in bch_btree_node_read_done() 277 bch_cache_set_error(b->c, "io error reading bucket %zu", in bch_btree_node_read()
|
| H A D | super.c | 1630 bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...) in bch_cache_set_error() function 2149 bch_cache_set_error(c, "%s", err); in run_cache_set()
|