Lines Matching refs:bset_tree
294 struct bset_tree *t = b->set; in bch_btree_keys_free()
319 struct bset_tree *t = b->set; in bch_btree_keys_alloc()
437 static unsigned int to_inorder(unsigned int j, struct bset_tree *t) in to_inorder()
463 static unsigned int inorder_to_tree(unsigned int j, struct bset_tree *t) in inorder_to_tree()
525 static struct bkey *cacheline_to_bkey(struct bset_tree *t, in cacheline_to_bkey()
532 static unsigned int bkey_to_cacheline(struct bset_tree *t, struct bkey *k) in bkey_to_cacheline()
537 static unsigned int bkey_to_cacheline_offset(struct bset_tree *t, in bkey_to_cacheline_offset()
544 static struct bkey *tree_to_bkey(struct bset_tree *t, unsigned int j) in tree_to_bkey()
549 static struct bkey *tree_to_prev_bkey(struct bset_tree *t, unsigned int j) in tree_to_prev_bkey()
558 static struct bkey *table_to_bkey(struct bset_tree *t, unsigned int cacheline) in table_to_bkey()
592 static void make_bfloat(struct bset_tree *t, unsigned int j) in make_bfloat()
637 static void bset_alloc_tree(struct btree_keys *b, struct bset_tree *t) in bset_alloc_tree()
653 struct bset_tree *t = bset_tree_last(b); in bch_bset_build_unwritten_tree()
692 struct bset_tree *t = bset_tree_last(b); in bch_bset_build_written_tree()
738 struct bset_tree *t; in bch_bset_fix_invalidated_key()
782 struct bset_tree *t, in bch_bset_fix_lookup_table()
858 struct bset_tree *t = bset_tree_last(b); in bch_bset_insert()
935 static struct bset_search_iter bset_search_write_set(struct bset_tree *t, in bset_search_write_set()
955 static struct bset_search_iter bset_search_tree(struct bset_tree *t, in bset_search_tree()
1011 struct bkey *__bch_bset_search(struct btree_keys *b, struct bset_tree *t, in __bch_bset_search()
1102 struct bset_tree *start) in __bch_btree_iter_init()
1368 struct bset_tree *t = &b->set[i]; in bch_btree_keys_stats()