Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Dbset.c269 static inline size_t btree_keys_cachelines(struct btree_keys *b) in btree_keys_cachelines() function
277 return btree_keys_cachelines(b) * sizeof(struct bkey_float); in bset_tree_bytes()
283 return btree_keys_cachelines(b) * sizeof(uint8_t); in bset_prev_bytes()
612 if (t->tree != b->set->tree + btree_keys_cachelines(b)) { in bch_bset_build_unwritten_tree()
646 b->set->tree + btree_keys_cachelines(b) - t->tree); in bch_bset_build_written_tree()
762 if (t->size == b->set->tree + btree_keys_cachelines(b) - t->tree) in bch_bset_fix_lookup_table()