Home
last modified time | relevance | path

Searched refs:bch_print_cache_set_feature_compat (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/md/bcache/
H A Dfeatures.c56 int bch_print_cache_set_feature_compat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_compat() function
H A Dfeatures.h109 int bch_print_cache_set_feature_compat(struct cache_set *c, char *buf, int size);
H A Dsysfs.c808 return bch_print_cache_set_feature_compat(c, buf, PAGE_SIZE); in SHOW()