Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/bcache/
Dfeatures.c70 int bch_print_cache_set_feature_incompat(struct cache_set *c, char *buf, int size) in bch_print_cache_set_feature_incompat() function
Dfeatures.h111 int bch_print_cache_set_feature_incompat(struct cache_set *c, char *buf, int size);
Dsysfs.c812 return bch_print_cache_set_feature_incompat(c, buf, PAGE_SIZE); in SHOW()