Home
last modified time | relevance | path

Searched refs:bch_count_data (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dbset.h582 static inline int bch_count_data(struct btree_keys *b) in bch_count_data() function
H A Dbset.c1293 int oldsize = bch_count_data(b); in bch_btree_sort_partial()
1308 EBUG_ON(oldsize >= 0 && bch_count_data(b) != oldsize); in bch_btree_sort_partial()
H A Dbtree.c2171 int oldsize = bch_count_data(&b->keys); in bch_btree_insert_keys()
2204 BUG_ON(bch_count_data(&b->keys) < oldsize); in bch_btree_insert_keys()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbset.h582 static inline int bch_count_data(struct btree_keys *b) in bch_count_data() function
H A Dbset.c1297 int oldsize = bch_count_data(b); in bch_btree_sort_partial()
1312 EBUG_ON(oldsize >= 0 && bch_count_data(b) != oldsize); in bch_btree_sort_partial()
H A Dbtree.c2192 int oldsize = bch_count_data(&b->keys); in bch_btree_insert_keys()
2225 BUG_ON(bch_count_data(&b->keys) < oldsize); in bch_btree_insert_keys()

Completed in 12 milliseconds