Lines Matching defs:t

294 	struct bset_tree *t = b->set;  in bch_btree_keys_free()  local
319 struct bset_tree *t = b->set; in bch_btree_keys_alloc() local
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() local
692 struct bset_tree *t = bset_tree_last(b); in bch_bset_build_written_tree() local
738 struct bset_tree *t; in bch_bset_fix_invalidated_key() local
782 struct bset_tree *t, in bch_bset_fix_lookup_table()
858 struct bset_tree *t = bset_tree_last(b); in bch_bset_insert() local
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()
1368 struct bset_tree *t = &b->set[i]; in bch_btree_keys_stats() local