Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbset.h193 static inline size_t btree_keys_cachelines(const struct btree *b) in btree_keys_cachelines() function
200 return btree_keys_cachelines(b) * 8; in btree_aux_data_bytes()
/linux/drivers/md/bcache/
H A Dbset.c277 static inline size_t btree_keys_cachelines(struct btree_keys *b) in btree_keys_cachelines() function
285 return btree_keys_cachelines(b) * sizeof(struct bkey_float); in bset_tree_bytes()
291 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()
706 b->set->tree + btree_keys_cachelines(b) - t->tree); in bch_bset_build_written_tree()
824 if (t->size == b->set->tree + btree_keys_cachelines(b) - t->tree) in bch_bset_fix_lookup_table()