Searched refs:bch_print_cache_set_feature_compat (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | features.c | 56 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 D | features.h | 108 int bch_print_cache_set_feature_compat(struct cache_set *c, char *buf, int size);
|
H A D | sysfs.c | 787 return bch_print_cache_set_feature_compat(c, buf, PAGE_SIZE); in SHOW()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | features.c | 56 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 D | features.h | 109 int bch_print_cache_set_feature_compat(struct cache_set *c, char *buf, int size);
|
H A D | sysfs.c | 808 return bch_print_cache_set_feature_compat(c, buf, PAGE_SIZE); in SHOW()
|
Completed in 5 milliseconds