Lines Matching defs:b
234 static inline struct bset_tree *bset_tree_last(struct btree_keys *b) in bset_tree_last()
239 static inline bool bset_written(struct btree_keys *b, struct bset_tree *t) in bset_written()
244 static inline bool bkey_written(struct btree_keys *b, struct bkey *k) in bkey_written()
249 static inline unsigned int bset_byte_offset(struct btree_keys *b, in bset_byte_offset()
255 static inline unsigned int bset_sector_offset(struct btree_keys *b, in bset_sector_offset()
269 static inline size_t bch_btree_keys_u64s_remaining(struct btree_keys *b) in bch_btree_keys_u64s_remaining()
284 static inline struct bset *bset_next_set(struct btree_keys *b, in bset_next_set()
320 struct btree_keys *b; member
346 static inline struct bkey *bch_bset_search(struct btree_keys *b, in bch_bset_search()
353 #define for_each_key_filter(b, k, iter, filter) \ argument
357 #define for_each_key(b, k, iter) \ argument
384 static inline void bch_btree_sort(struct btree_keys *b, in bch_btree_sort()
459 static inline bool bch_ptr_invalid(struct btree_keys *b, const struct bkey *k) in bch_ptr_invalid()
464 static inline bool bch_ptr_bad(struct btree_keys *b, const struct bkey *k) in bch_ptr_bad()
469 static inline void bch_bkey_to_text(struct btree_keys *b, char *buf, in bch_bkey_to_text()
565 static inline int __bch_count_data(struct btree_keys *b) { return -1; } in __bch_count_data()
567 __bch_check_keys(struct btree_keys *b, const char *fmt, ...) {} in __bch_check_keys()
568 static inline void bch_dump_bucket(struct btree_keys *b) {} in bch_dump_bucket()
573 static inline bool btree_keys_expensive_checks(struct btree_keys *b) in btree_keys_expensive_checks()
582 static inline int bch_count_data(struct btree_keys *b) in bch_count_data()
587 #define bch_check_keys(b, ...) \ argument