Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Dbset.h555 static inline int bch_count_data(struct btree_keys *b) in bch_count_data() function
Dbset.c1236 int oldsize = bch_count_data(b); in bch_btree_sort_partial()
1251 EBUG_ON(oldsize >= 0 && bch_count_data(b) != oldsize); in bch_btree_sort_partial()
Dbtree.c1923 int oldsize = bch_count_data(&b->keys); in bch_btree_insert_keys()
1956 BUG_ON(bch_count_data(&b->keys) < oldsize); in bch_btree_insert_keys()