Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Dbset.h564 int __bch_count_data(struct btree_keys *b);
573 static inline int __bch_count_data(struct btree_keys *b) { return -1; } in __bch_count_data() function
592 return btree_keys_expensive_checks(b) ? __bch_count_data(b) : -1; in bch_count_data()
H A Dbset.c54 int __bch_count_data(struct btree_keys *b) in __bch_count_data() function