Home
last modified time | relevance | path

Searched refs:btree_keys (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/md/bcache/
H A Dbset.h150 struct btree_keys;
195 bool (*insert_fixup)(struct btree_keys *b,
199 bool (*key_invalid)(struct btree_keys *bk,
201 bool (*key_bad)(struct btree_keys *bk,
203 bool (*key_merge)(struct btree_keys *bk,
208 void (*key_dump)(struct btree_keys *keys,
218 struct btree_keys { struct
324 struct btree_keys *b;
333 struct btree_keys *b,
378 void bch_btree_sort_into(struct btree_keys *b, struct btree_keys *new,
[all …]
H A Dbset.c43 void bch_dump_bucket(struct btree_keys *b) in bch_dump_bucket()
54 int __bch_count_data(struct btree_keys *b) in __bch_count_data()
272 static inline size_t btree_keys_bytes(struct btree_keys *b) in btree_keys_bytes()
283 static inline size_t bset_tree_bytes(struct btree_keys *b) in bset_tree_bytes()
289 static inline size_t bset_prev_bytes(struct btree_keys *b) in bset_prev_bytes()
296 void bch_btree_keys_free(struct btree_keys *b) in bch_btree_keys_free()
319 int bch_btree_keys_alloc(struct btree_keys *b, in bch_btree_keys_alloc()
694 void bch_bset_build_written_tree(struct btree_keys *b) in bch_bset_build_written_tree()
1138 struct bkey *bch_btree_iter_init(struct btree_keys *b, in bch_btree_iter_init()
1186 struct btree_keys *b, ptr_filter_fn fn) in bch_btree_iter_next_filter()
[all …]
H A Dextents.c127 static void bch_bkey_dump(struct btree_keys *keys, const struct bkey *k) in bch_bkey_dump()
167 static bool bch_btree_ptr_invalid(struct btree_keys *bk, const struct bkey *k) in bch_btree_ptr_invalid()
206 static bool bch_btree_ptr_bad(struct btree_keys *bk, const struct bkey *k) in bch_btree_ptr_bad()
228 static bool bch_btree_ptr_insert_fixup(struct btree_keys *bk, in bch_btree_ptr_insert_fixup()
330 static bool bch_extent_insert_fixup(struct btree_keys *b, in bch_extent_insert_fixup()
507 static bool bch_extent_invalid(struct btree_keys *bk, const struct bkey *k) in bch_extent_invalid()
544 static bool bch_extent_bad(struct btree_keys *bk, const struct bkey *k) in bch_extent_bad()
588 static bool bch_extent_merge(struct btree_keys *bk, in bch_extent_merge()
H A Dbtree.h135 struct btree_keys keys;
/linux-6.15/fs/bcachefs/
H A Dbcachefs_format.h1139 x(btree_keys, 0) \