Lines Matching refs:bset_tree

292 	struct bset_tree *t = b->set;  in bch_btree_keys_free()
318 struct bset_tree *t = b->set; in bch_btree_keys_alloc()
441 static unsigned int to_inorder(unsigned int j, struct bset_tree *t) in to_inorder()
467 static unsigned int inorder_to_tree(unsigned int j, struct bset_tree *t) in inorder_to_tree()
529 static struct bkey *cacheline_to_bkey(struct bset_tree *t, in cacheline_to_bkey()
536 static unsigned int bkey_to_cacheline(struct bset_tree *t, struct bkey *k) in bkey_to_cacheline()
541 static unsigned int bkey_to_cacheline_offset(struct bset_tree *t, in bkey_to_cacheline_offset()
548 static struct bkey *tree_to_bkey(struct bset_tree *t, unsigned int j) in tree_to_bkey()
553 static struct bkey *tree_to_prev_bkey(struct bset_tree *t, unsigned int j) in tree_to_prev_bkey()
562 static struct bkey *table_to_bkey(struct bset_tree *t, unsigned int cacheline) in table_to_bkey()
596 static void make_bfloat(struct bset_tree *t, unsigned int j) in make_bfloat()
641 static void bset_alloc_tree(struct btree_keys *b, struct bset_tree *t) in bset_alloc_tree()
657 struct bset_tree *t = bset_tree_last(b); in bch_bset_build_unwritten_tree()
697 struct bset_tree *t = bset_tree_last(b); in bch_bset_build_written_tree()
744 struct bset_tree *t; in bch_bset_fix_invalidated_key()
789 struct bset_tree *t, in bch_bset_fix_lookup_table()
866 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()
1031 struct bkey *__bch_bset_search(struct btree_keys *b, struct bset_tree *t, in __bch_bset_search()
1123 struct bset_tree *start) in __bch_btree_iter_init()
1389 struct bset_tree *t = &b->set[i]; in bch_btree_keys_stats()