Searched refs:bch_count_data (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/md/bcache/
H A Dbtree.c2198 int oldsize = bch_count_data(&b->keys);
2231 BUG_ON(bch_count_data(&b->keys) < oldsize);
H A Dbset.h590 static inline int bch_count_data(struct btree_keys *b) function
H A Dbset.c1297 int oldsize = bch_count_data(b);
1312 EBUG_ON(oldsize >= 0 && bch_count_data(b) != oldsize);

Completed in 372 milliseconds