Home
last modified time | relevance | path

Searched refs:bch_cache_set_error (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/bcache/
H A Dbcache.h868 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 Dsuper.c1631 bool bch_cache_set_error(struct cache_set *c, const char *fmt, ...) in bch_cache_set_error() function
2150 bch_cache_set_error(c, "%s", err); in run_cache_set()