Searched refs:bch_cache_set_error (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | bcache.h | 859 if (bch_cache_set_error((b)->c, __VA_ARGS__)) \ 865 if (bch_cache_set_error(c, __VA_ARGS__)) \ 884 bch_cache_set_error(c, __VA_ARGS__); \ 998 bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...);
|
H A D | io.c | 130 bch_cache_set_error(ca->set, in bch_count_io_errors()
|
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 | 1655 bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...) in bch_cache_set_error() function 2167 bch_cache_set_error(c, "%s", err); in run_cache_set()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | bcache.h | 858 if (bch_cache_set_error((b)->c, __VA_ARGS__)) \ 864 if (bch_cache_set_error(c, __VA_ARGS__)) \ 883 bch_cache_set_error(c, __VA_ARGS__); \ 997 bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...);
|
H A D | io.c | 131 bch_cache_set_error(ca->set, in bch_count_io_errors()
|
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 | 1629 bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...) in bch_cache_set_error() function 2141 bch_cache_set_error(c, "%s", err); in run_cache_set()
|
Completed in 21 milliseconds