Lines Matching defs:b
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()
245 static inline bool bkey_written(struct btree_keys *b, struct bkey *k) in bkey_written()
250 static inline unsigned int bset_byte_offset(struct btree_keys *b, in bset_byte_offset()
256 static inline unsigned int bset_sector_offset(struct btree_keys *b, in bset_sector_offset()
270 static inline size_t bch_btree_keys_u64s_remaining(struct btree_keys *b) in bch_btree_keys_u64s_remaining()
285 static inline struct bset *bset_next_set(struct btree_keys *b, in bset_next_set()
324 struct btree_keys *b; member
348 static inline struct bkey *bch_bset_search(struct btree_keys *b, in bch_bset_search()
355 #define for_each_key_filter(b, k, iter, filter) \ argument
359 #define for_each_key(b, k, iter) \ argument
386 static inline void bch_btree_sort(struct btree_keys *b, in bch_btree_sort()
461 static inline bool bch_ptr_invalid(struct btree_keys *b, const struct bkey *k) in bch_ptr_invalid()
466 static inline bool bch_ptr_bad(struct btree_keys *b, const struct bkey *k) in bch_ptr_bad()
471 static inline void bch_bkey_to_text(struct btree_keys *b, char *buf, in bch_bkey_to_text()
567 static inline int __bch_count_data(struct btree_keys *b) { return -1; } in __bch_count_data()
569 __bch_check_keys(struct btree_keys *b, const char *fmt, ...) {} in __bch_check_keys()
570 static inline void bch_dump_bucket(struct btree_keys *b) {} in bch_dump_bucket()
575 static inline bool btree_keys_expensive_checks(struct btree_keys *b) in btree_keys_expensive_checks()
584 static inline int bch_count_data(struct btree_keys *b) in bch_count_data()
589 #define bch_check_keys(b, ...) \ argument