Searched refs:bset_tree (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | bset.h | 209 for (struct bset_tree *_t = (_b)->set; _t < (_b)->set + (_b)->nsets; _t++) 219 static inline bool bset_has_ro_aux_tree(const struct bset_tree *t) in bset_has_ro_aux_tree() 224 static inline bool bset_has_rw_aux_tree(struct bset_tree *t) in bset_has_rw_aux_tree() 230 struct bset_tree *t) in bch2_bset_set_no_aux_tree() 271 void bch2_bset_build_aux_tree(struct btree *, struct bset_tree *, bool); 296 static inline struct bset_tree * 310 struct bset_tree *bch2_bkey_to_bset(struct btree *, struct bkey_packed *); 312 struct bkey_packed *bch2_bkey_prev_filter(struct btree *, struct bset_tree *, 322 bch2_bkey_prev(struct btree *b, struct bset_tree *t, struct bkey_packed *k) in bch2_bkey_prev() 338 struct bset_tree *); [all …]
|
| A D | bset.c | 481 struct bset_tree *t, in rw_aux_to_bkey() 499 struct bset_tree *t) in bch2_bset_verify_rw_aux_tree() 535 struct bset_tree *t, in rw_aux_tree_bsearch() 749 struct bset_tree *i; in bset_alloc_tree() 786 struct bset_tree *t; in bch2_bset_init_first() 801 struct bset_tree *t; in bch2_bset_init_next() 858 struct bset_tree *t, in bch2_bkey_prev_filter() 1043 struct bset_tree *t, in bset_search_write_set() 1147 struct bset_tree *t, in __bch2_bset_search() 1181 struct bset_tree *t, in bch2_bset_search_linear() [all …]
|
| A D | btree_types.h | 37 struct bset_tree { struct 96 struct bset_tree set[MAX_BSETS]; 635 static inline struct bset_tree *bset_tree_last(struct btree *b) in bset_tree_last() 657 const struct bset_tree *t) in bset() 662 static inline void set_btree_bset_end(struct btree *b, struct bset_tree *t) in set_btree_bset_end() 668 static inline void set_btree_bset(struct btree *b, struct bset_tree *t, in set_btree_bset() 697 static inline unsigned btree_bkey_first_offset(const struct bset_tree *t) in btree_bkey_first_offset() 718 static inline unsigned bset_u64s(struct bset_tree *t) in bset_u64s() 724 static inline unsigned bset_dead_u64s(struct btree *b, struct bset_tree *t) in bset_dead_u64s()
|
| A D | btree_io.h | 74 struct bset_tree *t) in should_compact_bset_lazy()
|
| A D | btree_update_interior.h | 279 struct bset_tree *t = bset_tree_last(b); in want_new_bset()
|
| A D | btree_trans_commit.c | 294 struct bset_tree *t = bset_tree_last(b); in bch2_btree_insert_key_leaf()
|
| A D | btree_iter.c | 376 struct bset_tree *t, in btree_node_iter_set_set_pos() 420 struct bset_tree *t, in __bch2_btree_node_iter_fix() 516 struct bset_tree *t = bch2_bkey_to_bset_inlined(b, where); in bch2_btree_node_iter_fix()
|
| A D | btree_io.c | 207 static bool should_compact_bset(struct btree *b, struct bset_tree *t, in should_compact_bset() 300 struct bset_tree *t; in btree_node_sort()
|
| /linux/drivers/md/bcache/ |
| A D | bset.c | 298 struct bset_tree *t = b->set; in bch_btree_keys_free() 323 struct bset_tree *t = b->set; in bch_btree_keys_alloc() 529 static struct bkey *cacheline_to_bkey(struct bset_tree *t, in cacheline_to_bkey() 596 static void make_bfloat(struct bset_tree *t, unsigned int j) in make_bfloat() 657 struct bset_tree *t = bset_tree_last(b); in bch_bset_build_unwritten_tree() 696 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() 788 struct bset_tree *t, in bch_bset_fix_lookup_table() 864 struct bset_tree *t = bset_tree_last(b); in bch_bset_insert() 1127 struct bset_tree *start) in __bch_btree_iter_init() [all …]
|
| A D | bset.h | 157 struct bset_tree { struct 232 struct bset_tree set[MAX_BSETS]; 235 static inline struct bset_tree *bset_tree_last(struct btree_keys *b) in bset_tree_last() 240 static inline bool bset_written(struct btree_keys *b, struct bset_tree *t) in bset_written() 272 struct bset_tree *t = bset_tree_last(b); in bch_btree_keys_u64s_remaining() 342 struct bkey *__bch_bset_search(struct btree_keys *b, struct bset_tree *t, 349 struct bset_tree *t, in bch_bset_search()
|
| A D | btree.c | 1313 struct bset_tree *t; in btree_gc_mark_node()
|
Completed in 38 milliseconds