Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
Dbset.c271 static inline size_t btree_keys_cachelines(struct btree_keys *b) in btree_keys_cachelines() function
279 return btree_keys_cachelines(b) * sizeof(struct bkey_float); in bset_tree_bytes()
285 return btree_keys_cachelines(b) * sizeof(uint8_t); in bset_prev_bytes()
664 if (t->tree != b->set->tree + btree_keys_cachelines(b)) { in bch_bset_build_unwritten_tree()
707 b->set->tree + btree_keys_cachelines(b) - t->tree); in bch_bset_build_written_tree()
825 if (t->size == b->set->tree + btree_keys_cachelines(b) - t->tree) in bch_bset_fix_lookup_table()