Lines Matching defs:b
226 static inline struct bset_tree *bset_tree_last(struct btree_keys *b) in bset_tree_last()
231 static inline bool bset_written(struct btree_keys *b, struct bset_tree *t) in bset_written()
236 static inline bool bkey_written(struct btree_keys *b, struct bkey *k) in bkey_written()
241 static inline unsigned bset_byte_offset(struct btree_keys *b, struct bset *i) in bset_byte_offset()
246 static inline unsigned bset_sector_offset(struct btree_keys *b, struct bset *i) in bset_sector_offset()
259 static inline size_t bch_btree_keys_u64s_remaining(struct btree_keys *b) in bch_btree_keys_u64s_remaining()
274 static inline struct bset *bset_next_set(struct btree_keys *b, in bset_next_set()
308 struct btree_keys *b; member
331 static inline struct bkey *bch_bset_search(struct btree_keys *b, in bch_bset_search()
338 #define for_each_key_filter(b, k, iter, filter) \ argument
342 #define for_each_key(b, k, iter) \ argument
367 static inline void bch_btree_sort(struct btree_keys *b, in bch_btree_sort()
435 static inline bool bch_ptr_invalid(struct btree_keys *b, const struct bkey *k) in bch_ptr_invalid()
440 static inline bool bch_ptr_bad(struct btree_keys *b, const struct bkey *k) in bch_ptr_bad()
445 static inline void bch_bkey_to_text(struct btree_keys *b, char *buf, in bch_bkey_to_text()
539 static inline int __bch_count_data(struct btree_keys *b) { return -1; } in __bch_count_data()
540 static inline void __bch_check_keys(struct btree_keys *b, const char *fmt, ...) {} in __bch_check_keys()
541 static inline void bch_dump_bucket(struct btree_keys *b) {} in bch_dump_bucket()
546 static inline bool btree_keys_expensive_checks(struct btree_keys *b) in btree_keys_expensive_checks()
555 static inline int bch_count_data(struct btree_keys *b) in bch_count_data()
560 #define bch_check_keys(b, ...) \ argument